diff options
Diffstat (limited to 'test/torture-s/pr59101.c.s')
-rw-r--r-- | test/torture-s/pr59101.c.s | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/test/torture-s/pr59101.c.s b/test/torture-s/pr59101.c.s index d6fc75b1d..7a0f40c92 100644 --- a/test/torture-s/pr59101.c.s +++ b/test/torture-s/pr59101.c.s @@ -7,14 +7,14 @@ foo: # @foo .param i32 .result i32 - .local i32 # BB#0: # %entry - i32.const $1=, -192176872 - i32.and $push0=, $0, $1 - i32.ne $push1=, $pop0, $1 - i32.const $push2=, 6 - i32.or $push3=, $pop1, $pop2 - return $pop3 + i32.const $push0=, -192176872 + i32.and $push1=, $0, $pop0 + i32.const $push5=, -192176872 + i32.ne $push2=, $pop1, $pop5 + i32.const $push3=, 6 + i32.or $push4=, $pop2, $pop3 + return $pop4 .endfunc .Lfunc_end0: .size foo, .Lfunc_end0-foo @@ -25,16 +25,16 @@ foo: # @foo .type main,@function main: # @main .result i32 - .local i32 # BB#0: # %entry - i32.const $0=, 0 block - i32.call $push0=, foo@FUNCTION, $0 + i32.const $push3=, 0 + i32.call $push0=, foo@FUNCTION, $pop3 i32.const $push1=, 7 i32.ne $push2=, $pop0, $pop1 br_if $pop2, 0 # 0: down to label0 # BB#1: # %if.end - return $0 + i32.const $push4=, 0 + return $pop4 .LBB1_2: # %if.then end_block # label0: call abort@FUNCTION |