diff options
Diffstat (limited to 'test/torture-s/pr58640.c.s')
-rw-r--r-- | test/torture-s/pr58640.c.s | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/test/torture-s/pr58640.c.s b/test/torture-s/pr58640.c.s index 456f6fc44..74b65c5b3 100644 --- a/test/torture-s/pr58640.c.s +++ b/test/torture-s/pr58640.c.s @@ -9,26 +9,29 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block .LBB0_4 + block i32.load $push0=, b($0) i32.gt_s $push1=, $pop0, $0 - br_if $pop1, .LBB0_4 + br_if $pop1, 0 # 0: down to label0 # BB#1: # %for.body3.lr.ph.i - block .LBB0_3 + block i32.load $push2=, d($0) - br_if $pop2, .LBB0_3 + br_if $pop2, 0 # 0: down to label1 # BB#2: # %for.inc25.i.preheader i32.const $push5=, 1 i32.store $discard=, b($0), $pop5 - br .LBB0_4 + br 1 # 1: down to label0 .LBB0_3: # %for.cond4.preheader.split.i + end_block # label1: i32.const $push3=, 1 i32.store $discard=, e($0), $pop3 i32.const $push4=, 4 i32.store $discard=, c($0), $pop4 .LBB0_4: # %foo.exit + end_block # label0: call exit@FUNCTION, $0 unreachable + .endfunc .Lfunc_end0: .size main, .Lfunc_end0-main @@ -78,5 +81,5 @@ e: .size e, 4 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |