diff options
Diffstat (limited to 'test/torture-s/zero-struct-1.c.s')
-rw-r--r-- | test/torture-s/zero-struct-1.c.s | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/test/torture-s/zero-struct-1.c.s b/test/torture-s/zero-struct-1.c.s index 7cbac054b..d05d8c018 100644 --- a/test/torture-s/zero-struct-1.c.s +++ b/test/torture-s/zero-struct-1.c.s @@ -5,7 +5,7 @@ .globl h .type h,@function h: # @h -# BB#0: # %entry +# %bb.0: # %entry i32.const $push0=, 0 i32.const $push9=, 0 i32.load $push1=, f($pop9) @@ -30,30 +30,28 @@ h: # @h main: # @main .result i32 .local i32, i32 -# BB#0: # %entry +# %bb.0: # %entry i32.const $push0=, 0 - i32.const $push15=, 0 - i32.load $push1=, f($pop15) + i32.load $push1=, f($pop0) i32.const $push2=, 2 - i32.add $push14=, $pop1, $pop2 - tee_local $push13=, $1=, $pop14 - i32.store f($pop0), $pop13 - i32.const $push12=, 0 + i32.add $1=, $pop1, $pop2 i32.const $push11=, 0 - i32.load $push3=, ff($pop11) - i32.const $push10=, 2 - i32.add $push9=, $pop3, $pop10 - tee_local $push8=, $0=, $pop9 - i32.store ff($pop12), $pop8 + i32.store f($pop11), $1 + i32.const $push10=, 0 + i32.load $push3=, ff($pop10) + i32.const $push9=, 2 + i32.add $0=, $pop3, $pop9 + i32.const $push8=, 0 + i32.store ff($pop8), $0 block i32.const $push7=, y+2 i32.ne $push4=, $1, $pop7 br_if 0, $pop4 # 0: down to label0 -# BB#1: # %if.end - i32.const $push16=, y+2 - i32.ne $push5=, $0, $pop16 +# %bb.1: # %if.end + i32.const $push12=, y+2 + i32.ne $push5=, $0, $pop12 br_if 0, $pop5 # 0: down to label0 -# BB#2: # %if.end3 +# %bb.2: # %if.end3 i32.const $push6=, 0 return $pop6 .LBB1_3: # %if.then @@ -91,5 +89,5 @@ ff: .size ff, 4 - .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)" + .ident "clang version 7.0.0 (https://llvm.googlesource.com/clang.git 1f874ca3c3f27c2149b6b33ca4a5966b3577280d) (https://llvm.googlesource.com/llvm.git 2e4bd2aa729dd2c33cdca2b39c971c675e914001)" .functype abort, void |