From 6bf6fa02ac3a8a1de4907c2b22fd364f4e5a38d3 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 2 Jan 2018 07:07:26 -0800 Subject: Remove extra "model" --- Rationale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rationale.md b/Rationale.md index 6139c74..eb0dfac 100644 --- a/Rationale.md +++ b/Rationale.md @@ -297,7 +297,7 @@ of an expression with only one immediate use. Control flow instructions can then expressions with result values, thus allowing even more opportunities to further reduce `set_local`/`get_local` usage (which constitute 30-40% of total bytes in the [polyfill prototype](https://github.com/WebAssembly/polyfill-prototype-1)). -`br`-with-value and `if` constructs that return values can model also model `phis` which +`br`-with-value and `if` constructs that return values can also model `phis` which appear in SSA representations of programs. -- cgit v1.2.3