diff options
Diffstat (limited to 'test/torture-s/pr42614.c.s')
-rw-r--r-- | test/torture-s/pr42614.c.s | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/test/torture-s/pr42614.c.s b/test/torture-s/pr42614.c.s index 9eea422e2..369227069 100644 --- a/test/torture-s/pr42614.c.s +++ b/test/torture-s/pr42614.c.s @@ -50,25 +50,25 @@ expect_func: # @expect_func .type main,@function main: # @main .result i32 - .local i32, i32, i32, i32, i32 + .local i32, i32, i32, i32, i32, i32 # BB#0: # %entry - i32.const $0=, __stack_pointer - i32.load $0=, 0($0) - i32.const $1=, 16 - i32.sub $4=, $0, $1 i32.const $1=, __stack_pointer - i32.store $4=, 0($1), $4 - i32.const $push2=, 1 - i32.const $3=, 15 - i32.add $3=, $4, $3 - call expect_func@FUNCTION, $pop2, $3 - i32.const $push0=, 0 - i32.store8 $push1=, 15($4), $pop0 + i32.load $1=, 0($1) i32.const $2=, 16 - i32.add $4=, $4, $2 + i32.sub $5=, $1, $2 i32.const $2=, __stack_pointer - i32.store $4=, 0($2), $4 - return $pop1 + i32.store $5=, 0($2), $5 + i32.const $push0=, 0 + i32.store8 $0=, 15($5), $pop0 + i32.const $push1=, 1 + i32.const $4=, 15 + i32.add $4=, $5, $4 + call expect_func@FUNCTION, $pop1, $4 + i32.const $3=, 16 + i32.add $5=, $5, $3 + i32.const $3=, __stack_pointer + i32.store $5=, 0($3), $5 + return $0 .endfunc .Lfunc_end2: .size main, .Lfunc_end2-main |