diff options
Diffstat (limited to 'test/torture-s/struct-ini-1.c.s')
-rw-r--r-- | test/torture-s/struct-ini-1.c.s | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/torture-s/struct-ini-1.c.s b/test/torture-s/struct-ini-1.c.s index d78bdaae5..17a3ee0bb 100644 --- a/test/torture-s/struct-ini-1.c.s +++ b/test/torture-s/struct-ini-1.c.s @@ -7,29 +7,29 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_4 + block .LBB0_4 i32.load8_u $push2=, object($0) i32.const $push3=, 88 i32.ne $push4=, $pop2, $pop3 - br_if $pop4, BB0_4 + br_if $pop4, .LBB0_4 # BB#1: # %entry i32.load $push0=, object+4($0) i32.const $push5=, 8 i32.ne $push6=, $pop0, $pop5 - br_if $pop6, BB0_4 + br_if $pop6, .LBB0_4 # BB#2: # %entry i32.load $push1=, object+8($0) i32.const $push7=, 9 i32.ne $push8=, $pop1, $pop7 - br_if $pop8, BB0_4 + br_if $pop8, .LBB0_4 # BB#3: # %if.end call exit, $0 unreachable -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type object,@object # @object .data |