aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2018-01-02 07:07:26 -0800
committerGitHub <noreply@github.com>2018-01-02 07:07:26 -0800
commit6bf6fa02ac3a8a1de4907c2b22fd364f4e5a38d3 (patch)
treefd1c372ea736181efa1197df9e671af7278766f3
parent910e3cace53eca487682238bfa8086d067521945 (diff)
downloadnanowasm-design-6bf6fa02ac3a8a1de4907c2b22fd364f4e5a38d3.tar.gz
Remove extra "model"
-rw-r--r--Rationale.md2
1 files changed, 1 insertions, 1 deletions
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.