summaryrefslogtreecommitdiff
path: root/test/llvm_autogenerated/userstack.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/llvm_autogenerated/userstack.wast')
-rw-r--r--test/llvm_autogenerated/userstack.wast19
1 files changed, 9 insertions, 10 deletions
diff --git a/test/llvm_autogenerated/userstack.wast b/test/llvm_autogenerated/userstack.wast
index 4fa702b0e..ec15b03ed 100644
--- a/test/llvm_autogenerated/userstack.wast
+++ b/test/llvm_autogenerated/userstack.wast
@@ -465,19 +465,18 @@
)
(func $stackAlloc (; 18 ;) (param $0 i32) (result i32)
(local $1 i32)
- (set_local $1
- (i32.load offset=4
- (i32.const 0)
- )
- )
(i32.store offset=4
(i32.const 0)
- (i32.and
- (i32.sub
- (get_local $1)
- (get_local $0)
+ (tee_local $1
+ (i32.and
+ (i32.sub
+ (i32.load offset=4
+ (i32.const 0)
+ )
+ (get_local $0)
+ )
+ (i32.const -16)
)
- (i32.const -16)
)
)
(get_local $1)