diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-08-07 10:38:34 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-09-07 09:54:51 -0700 |
commit | 9d27d6818f83308c4853e3d8870d5b88a374453f (patch) | |
tree | 50c25e5177efb7a8e910e586398aab3cfd1522c7 /test/two_sides.fromasm | |
parent | 0783d60d9490666ab4b365e738b0132b378c6018 (diff) | |
download | binaryen-9d27d6818f83308c4853e3d8870d5b88a374453f.tar.gz binaryen-9d27d6818f83308c4853e3d8870d5b88a374453f.tar.bz2 binaryen-9d27d6818f83308c4853e3d8870d5b88a374453f.zip |
add drop and tee expressions
Diffstat (limited to 'test/two_sides.fromasm')
-rw-r--r-- | test/two_sides.fromasm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/two_sides.fromasm b/test/two_sides.fromasm index 98ca149e1..0b1ed182d 100644 --- a/test/two_sides.fromasm +++ b/test/two_sides.fromasm @@ -14,7 +14,7 @@ (f64.convert_s/i32 (get_local $2) ) - (set_local $5 + (tee_local $5 (f64.convert_s/i32 (i32.mul (get_local $1) @@ -37,7 +37,7 @@ (f64.convert_s/i32 (get_local $2) ) - (set_local $5 + (tee_local $5 (f64.convert_s/i32 (i32.mul (get_local $3) |