diff options
Diffstat (limited to 'test/torture-s/20010222-1.c.s')
-rw-r--r-- | test/torture-s/20010222-1.c.s | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/torture-s/20010222-1.c.s b/test/torture-s/20010222-1.c.s index 3145fb775..ef0338f3b 100644 --- a/test/torture-s/20010222-1.c.s +++ b/test/torture-s/20010222-1.c.s @@ -9,7 +9,7 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block .LBB0_2 + block i32.load $push1=, a+4($0) i32.load $push0=, a($0) i32.add $push2=, $pop1, $pop0 @@ -19,13 +19,15 @@ main: # @main i32.add $push6=, $pop4, $pop5 i32.const $push7=, 12 i32.lt_u $push8=, $pop6, $pop7 - br_if $pop8, .LBB0_2 + br_if $pop8, 0 # 0: down to label0 # BB#1: # %if.then call abort@FUNCTION unreachable .LBB0_2: # %if.end + end_block # label0: call exit@FUNCTION, $0 unreachable + .endfunc .Lfunc_end0: .size main, .Lfunc_end0-main @@ -40,5 +42,5 @@ a: .size a, 8 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |