diff options
Diffstat (limited to 'test/torture-s/20021118-2.c.s')
-rw-r--r-- | test/torture-s/20021118-2.c.s | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/test/torture-s/20021118-2.c.s b/test/torture-s/20021118-2.c.s index 39ffc834d..e37ac1843 100644 --- a/test/torture-s/20021118-2.c.s +++ b/test/torture-s/20021118-2.c.s @@ -21,6 +21,7 @@ t1: # @t1 f32.const $push6=, 0x1.cp1 call_indirect $3, $pop7, $pop6 return $0 + .endfunc .Lfunc_end0: .size t1, .Lfunc_end0-t1 @@ -47,6 +48,7 @@ t2: # @t2 f32.const $push7=, 0x1.cp1 call_indirect $3, $pop8, $pop7 return $0 + .endfunc .Lfunc_end1: .size t2, .Lfunc_end1-t2 @@ -57,15 +59,17 @@ t2: # @t2 f1: # @f1 .param f64 # BB#0: # %entry - block .LBB2_2 + block f64.const $push0=, 0x1.8p1 f64.ne $push1=, $0, $pop0 - br_if $pop1, .LBB2_2 + br_if $pop1, 0 # 0: down to label0 # BB#1: # %if.end return .LBB2_2: # %if.then + end_block # label0: call abort@FUNCTION unreachable + .endfunc .Lfunc_end2: .size f1, .Lfunc_end2-f1 @@ -76,19 +80,21 @@ f1: # @f1 f2: # @f2 .param f32, f32 # BB#0: # %entry - block .LBB3_3 + block f32.const $push0=, 0x1.4p1 f32.ne $push1=, $0, $pop0 - br_if $pop1, .LBB3_3 + br_if $pop1, 0 # 0: down to label1 # BB#1: # %entry f32.const $push2=, 0x1.cp1 f32.ne $push3=, $1, $pop2 - br_if $pop3, .LBB3_3 + br_if $pop3, 0 # 0: down to label1 # BB#2: # %if.end return .LBB3_3: # %if.then + end_block # label1: call abort@FUNCTION unreachable + .endfunc .Lfunc_end3: .size f2, .Lfunc_end3-f2 @@ -99,15 +105,17 @@ f2: # @f2 f3: # @f3 .param f32 # BB#0: # %entry - block .LBB4_2 + block f32.const $push0=, 0x1.8p2 f32.ne $push1=, $0, $pop0 - br_if $pop1, .LBB4_2 + br_if $pop1, 0 # 0: down to label2 # BB#1: # %if.end return .LBB4_2: # %if.then + end_block # label2: call abort@FUNCTION unreachable + .endfunc .Lfunc_end4: .size f3, .Lfunc_end4-f3 @@ -121,9 +129,10 @@ main: # @main i32.const $push0=, 0 call exit@FUNCTION, $pop0 unreachable + .endfunc .Lfunc_end5: .size main, .Lfunc_end5-main - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |