diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-05-28 15:01:35 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-05-28 15:01:35 -0700 |
commit | 5615ca92dd2c3c60bcc13d87cbb20267495a8a89 (patch) | |
tree | 191e9d1b4c2bfb81d611e3601ab2b9a5e462b492 /test/emcc_O2_hello_world.fromasm.imprecise | |
parent | 4c07db98d1d02856549c1478902d4d44ad57c50c (diff) | |
download | binaryen-5615ca92dd2c3c60bcc13d87cbb20267495a8a89.tar.gz binaryen-5615ca92dd2c3c60bcc13d87cbb20267495a8a89.tar.bz2 binaryen-5615ca92dd2c3c60bcc13d87cbb20267495a8a89.zip |
canonicalize the order in reorder-locals, by using first-appearance to break ties
Diffstat (limited to 'test/emcc_O2_hello_world.fromasm.imprecise')
-rw-r--r-- | test/emcc_O2_hello_world.fromasm.imprecise | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/emcc_O2_hello_world.fromasm.imprecise b/test/emcc_O2_hello_world.fromasm.imprecise index 7f2c87803..ad3f945f3 100644 --- a/test/emcc_O2_hello_world.fromasm.imprecise +++ b/test/emcc_O2_hello_world.fromasm.imprecise @@ -1561,7 +1561,7 @@ (set_local $25 (get_local $19) ) - (set_local $30 + (set_local $29 (get_local $19) ) (set_local $8 @@ -1632,7 +1632,7 @@ (set_local $34 (get_local $18) ) - (set_local $29 + (set_local $30 (get_local $6) ) (set_local $8 @@ -1671,7 +1671,7 @@ (set_local $34 (i32.const 0) ) - (set_local $29 + (set_local $30 (i32.const 0) ) (set_local $8 @@ -1694,7 +1694,7 @@ (i32.const 0) ) (i32.eq - (get_local $29) + (get_local $30) (i32.const 0) ) ) @@ -1833,8 +1833,8 @@ (set_local $25 (get_local $0) ) - (set_local $30 - (get_local $29) + (set_local $29 + (get_local $30) ) (set_local $8 (i32.const 90) @@ -1845,7 +1845,7 @@ (get_local $33) ) (set_local $12 - (get_local $29) + (get_local $30) ) ) ) @@ -1885,7 +1885,7 @@ (set_local $6 (select (get_local $25) - (get_local $30) + (get_local $29) (get_local $1) ) ) @@ -1902,7 +1902,7 @@ (set_local $25 (get_local $1) ) - (set_local $30 + (set_local $29 (get_local $6) ) (br $while-in$20) @@ -1918,7 +1918,7 @@ (set_local $27 (get_local $4) ) - (set_local $30 + (set_local $29 (get_local $6) ) ) |