diff options
Diffstat (limited to 'test/torture-s/ffs-1.c.s')
-rw-r--r-- | test/torture-s/ffs-1.c.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/torture-s/ffs-1.c.s b/test/torture-s/ffs-1.c.s index bc9c7b2b7..7fa88b055 100644 --- a/test/torture-s/ffs-1.c.s +++ b/test/torture-s/ffs-1.c.s @@ -6,14 +6,14 @@ .type main,@function main: # @main .result i32 - .local i32 # BB#0: # %entry - i32.const $0=, 0 block - i32.load $push0=, a($0) + i32.const $push1=, 0 + i32.load $push0=, a($pop1) br_if $pop0, 0 # 0: down to label0 # BB#1: # %if.end - call exit@FUNCTION, $0 + i32.const $push2=, 0 + call exit@FUNCTION, $pop2 unreachable .LBB0_2: # %if.then end_block # label0: @@ -27,7 +27,7 @@ main: # @main .type a,@object .section .bss.a,"aw",@nobits .globl a - .align 2 + .p2align 2 a: .int32 0 # 0x0 .size a, 4 |