diff options
Diffstat (limited to 'test/torture-s/20100805-1.c.s')
-rw-r--r-- | test/torture-s/20100805-1.c.s | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/torture-s/20100805-1.c.s b/test/torture-s/20100805-1.c.s index b8c5adea7..753c62291 100644 --- a/test/torture-s/20100805-1.c.s +++ b/test/torture-s/20100805-1.c.s @@ -7,18 +7,18 @@ foo: # @foo .param i32, i32 .result i32 - .local i32 # BB#0: # %entry - i32.const $2=, 1 - i32.and $0=, $0, $2 + i32.const $push4=, 1 + i32.and $0=, $0, $pop4 block - i32.const $push4=, 0 - i32.eq $push5=, $1, $pop4 - br_if $pop5, 0 # 0: down to label0 + i32.const $push6=, 0 + i32.eq $push7=, $1, $pop6 + br_if $pop7, 0 # 0: down to label0 .LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 loop # label1: - i32.shl $push0=, $0, $2 + i32.const $push5=, 1 + i32.shl $push0=, $0, $pop5 i32.const $push1=, 31 i32.shr_u $push2=, $0, $pop1 i32.or $0=, $pop0, $pop2 |