diff options
Diffstat (limited to 'test/torture-s/loop-2c.c.s')
-rw-r--r-- | test/torture-s/loop-2c.c.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/torture-s/loop-2c.c.s b/test/torture-s/loop-2c.c.s index bb96f0bf5..5a1a1ea35 100644 --- a/test/torture-s/loop-2c.c.s +++ b/test/torture-s/loop-2c.c.s @@ -9,7 +9,7 @@ f: # @f .result i32 .local i32 # BB#0: # %entry - block + block i32.eqz $push12=, $0 br_if 0, $pop12 # 0: down to label0 # BB#1: # %for.body.preheader @@ -24,7 +24,7 @@ f: # @f i32.add $1=, $pop5, $pop6 .LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop # label1: + loop # label1: i32.store 0($2), $1 i32.const $push11=, -4 i32.add $2=, $2, $pop11 @@ -52,7 +52,7 @@ g: # @g .result i32 .local i32, i32 # BB#0: # %entry - block + block i32.eqz $push11=, $0 br_if 0, $pop11 # 0: down to label2 # BB#1: # %for.body.preheader.i @@ -66,7 +66,7 @@ g: # @g i32.add $2=, $pop4, $pop5 .LBB1_2: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop # label3: + loop # label3: i32.store 0($1), $2 i32.const $push10=, -4 i32.add $1=, $1, $pop10 @@ -115,5 +115,5 @@ a: .size a, 8 - .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283502)" + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283507)" .functype exit, void, i32 |