diff options
Diffstat (limited to 'test/torture-s/loop-2d.c.s')
-rw-r--r-- | test/torture-s/loop-2d.c.s | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/test/torture-s/loop-2d.c.s b/test/torture-s/loop-2d.c.s index c55919ae7..207dfb094 100644 --- a/test/torture-s/loop-2d.c.s +++ b/test/torture-s/loop-2d.c.s @@ -9,10 +9,10 @@ f: # @f .result i32 .local i32, i32, i32, i32 # BB#0: # %entry - block .LBB0_3 + block i32.const $push8=, 0 i32.eq $push9=, $0, $pop8 - br_if $pop9, .LBB0_3 + br_if $pop9, 0 # 0: down to label0 # BB#1: # %for.body.preheader i32.const $3=, a i32.const $1=, -3 @@ -27,15 +27,18 @@ f: # @f i32.add $3=, $pop4, $2 .LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop .LBB0_3 + loop # label1: i32.const $push6=, -1 i32.add $0=, $0, $pop6 i32.store $push7=, 0($3), $4 i32.add $4=, $pop7, $1 i32.add $3=, $3, $2 - br_if $0, .LBB0_2 + br_if $0, 0 # 0: up to label1 .LBB0_3: # %for.end + end_loop # label2: + end_block # label0: return $0 + .endfunc .Lfunc_end0: .size f, .Lfunc_end0-f @@ -54,6 +57,7 @@ main: # @main i32.store $discard=, a($0), $pop1 call exit@FUNCTION, $0 unreachable + .endfunc .Lfunc_end1: .size main, .Lfunc_end1-main @@ -67,5 +71,5 @@ a: .size a, 8 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |