diff options
Diffstat (limited to 'test/torture-s/pr58564.c.s')
-rw-r--r-- | test/torture-s/pr58564.c.s | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/torture-s/pr58564.c.s b/test/torture-s/pr58564.c.s index 05498af1d..d2f1f1306 100644 --- a/test/torture-s/pr58564.c.s +++ b/test/torture-s/pr58564.c.s @@ -6,11 +6,11 @@ .type main,@function main: # @main .result i32 - .local i32 # BB#0: # %entry - i32.const $0=, 0 - i32.store $push0=, b($0), $0 - return $pop0 + i32.const $push0=, 0 + i32.const $push2=, 0 + i32.store $push1=, b($pop0), $pop2 + return $pop1 .endfunc .Lfunc_end0: .size main, .Lfunc_end0-main @@ -19,7 +19,7 @@ main: # @main .type c,@object .section .bss.c,"aw",@nobits .globl c - .align 2 + .p2align 2 c: .int32 0 .size c, 4 @@ -28,7 +28,7 @@ c: .type d,@object .section .data.d,"aw",@progbits .globl d - .align 2 + .p2align 2 d: .int32 c .size d, 4 @@ -37,7 +37,7 @@ d: .type a,@object .section .bss.a,"aw",@nobits .globl a - .align 2 + .p2align 2 a: .int32 0 # 0x0 .size a, 4 @@ -46,7 +46,7 @@ a: .type b,@object .section .bss.b,"aw",@nobits .globl b - .align 2 + .p2align 2 b: .int32 0 # 0x0 .size b, 4 |