diff options
author | Sam Clegg <sbc@chromium.org> | 2018-11-08 14:22:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 14:22:08 -0800 |
commit | ba1cf64bc926c7fd9e5b679d69800a47a9b0210b (patch) | |
tree | 82b007a8c3c41acf4c8ebfcee9152ef0a66702d3 /test/merge/basics.wast.combined.opt | |
parent | 43d1e70cedfa02c1c2f5f33aaaf6920d269a4083 (diff) | |
download | binaryen-ba1cf64bc926c7fd9e5b679d69800a47a9b0210b.tar.gz binaryen-ba1cf64bc926c7fd9e5b679d69800a47a9b0210b.tar.bz2 binaryen-ba1cf64bc926c7fd9e5b679d69800a47a9b0210b.zip |
Rename tableBase/memoryBase to __table_base/__memory_base (#1731)
Diffstat (limited to 'test/merge/basics.wast.combined.opt')
-rw-r--r-- | test/merge/basics.wast.combined.opt | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/test/merge/basics.wast.combined.opt b/test/merge/basics.wast.combined.opt index 2a83b355e..f210529fc 100644 --- a/test/merge/basics.wast.combined.opt +++ b/test/merge/basics.wast.combined.opt @@ -67,42 +67,33 @@ (get_global $global-b-mut) ) (drop - (i32.add - (get_global $memoryBase$0) - (i32.const 16) - ) + (get_global $memoryBase$0) ) (drop - (i32.add - (get_global $tableBase$0) - (i32.const 6) - ) + (get_global $tableBase$0) ) (drop (i32.add (get_global $memoryBase$0) - (i32.const 1016) + (i32.const 1000) ) ) (drop (i32.add (get_global $tableBase$0) - (i32.const 1006) + (i32.const 1000) ) ) (drop (i32.add - (i32.add - (get_global $tableBase$0) - (i32.const 6) - ) + (get_global $tableBase$0) (unreachable) ) ) (drop - (i32.add + (i32.sub (get_global $tableBase$0) - (i32.const -994) + (i32.const 1000) ) ) (set_global $global-collide-mut$0 |