diff options
Diffstat (limited to 'test/torture-s/pr23941.c.s')
-rw-r--r-- | test/torture-s/pr23941.c.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/torture-s/pr23941.c.s b/test/torture-s/pr23941.c.s index 0143d6e4e..22487830c 100644 --- a/test/torture-s/pr23941.c.s +++ b/test/torture-s/pr23941.c.s @@ -6,16 +6,16 @@ .type main,@function main: # @main .result i32 - .local i32 # BB#0: # %entry - i32.const $0=, 0 block - f64.load $push0=, d($0) + i32.const $push3=, 0 + f64.load $push0=, d($pop3) f64.const $push1=, 0x1p-127 f64.ne $push2=, $pop0, $pop1 br_if $pop2, 0 # 0: down to label0 # BB#1: # %if.end - return $0 + i32.const $push4=, 0 + return $pop4 .LBB0_2: # %if.then end_block # label0: call abort@FUNCTION @@ -28,7 +28,7 @@ main: # @main .type d,@object .section .data.d,"aw",@progbits .globl d - .align 3 + .p2align 3 d: .int64 4035225266123964416 # double 5.8774717541114375E-39 .size d, 8 |