diff options
Diffstat (limited to 'test/torture-s/loop-14.c.s')
-rw-r--r-- | test/torture-s/loop-14.c.s | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/test/torture-s/loop-14.c.s b/test/torture-s/loop-14.c.s index febcad549..6d7a0ab1b 100644 --- a/test/torture-s/loop-14.c.s +++ b/test/torture-s/loop-14.c.s @@ -7,10 +7,8 @@ f: # @f .param i32 # BB#0: # %entry - i32.const $push0=, 21 - i32.store $discard=, 8($0), $pop0 - i32.const $push1=, 42 - i32.store $discard=, 4($0), $pop1 + i64.const $push0=, 90194313258 + i64.store $discard=, 4($0):p2align=2, $pop0 return .endfunc .Lfunc_end0: @@ -22,14 +20,12 @@ f: # @f .type main,@function main: # @main .result i32 - .local i32 # BB#0: # %entry - i32.const $0=, 0 - i32.const $push0=, 21 - i32.store $discard=, a3+8($0), $pop0 - i32.const $push1=, 42 - i32.store $discard=, a3+4($0), $pop1 - call exit@FUNCTION, $0 + i32.const $push1=, 0 + i64.const $push0=, 90194313258 + i64.store $discard=, a3+4($pop1):p2align=2, $pop0 + i32.const $push2=, 0 + call exit@FUNCTION, $pop2 unreachable .endfunc .Lfunc_end1: @@ -39,7 +35,7 @@ main: # @main .type a3,@object .section .bss.a3,"aw",@nobits .globl a3 - .align 2 + .p2align 2 a3: .skip 12 .size a3, 12 |