diff options
Diffstat (limited to 'test/torture-s/zero-struct-2.c.s')
-rw-r--r-- | test/torture-s/zero-struct-2.c.s | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/test/torture-s/zero-struct-2.c.s b/test/torture-s/zero-struct-2.c.s index b69184dba..d9d15ee3c 100644 --- a/test/torture-s/zero-struct-2.c.s +++ b/test/torture-s/zero-struct-2.c.s @@ -5,7 +5,7 @@ .globl one_raw_spinlock .type one_raw_spinlock,@function one_raw_spinlock: # @one_raw_spinlock -# BB#0: # %entry +# %bb.0: # %entry i32.const $push0=, 0 i32.const $push4=, 0 i32.load $push1=, ii($pop4) @@ -24,19 +24,18 @@ one_raw_spinlock: # @one_raw_spinlock main: # @main .result i32 .local i32 -# BB#0: # %entry - i32.const $push5=, 0 - i32.const $push4=, 0 - i32.load $push3=, ii($pop4) - tee_local $push2=, $0=, $pop3 +# %bb.0: # %entry + i32.const $push3=, 0 + i32.load $0=, ii($pop3) + i32.const $push2=, 0 i32.const $push0=, 1 - i32.add $push1=, $pop2, $pop0 - i32.store ii($pop5), $pop1 + i32.add $push1=, $0, $pop0 + i32.store ii($pop2), $pop1 block br_if 0, $0 # 0: down to label0 -# BB#1: # %if.end - i32.const $push6=, 0 - return $pop6 +# %bb.1: # %if.end + i32.const $push4=, 0 + return $pop4 .LBB1_2: # %if.then end_block # label0: call abort@FUNCTION @@ -55,5 +54,5 @@ ii: .size ii, 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 |