diff options
Diffstat (limited to 'test/torture-s/struct-cpy-1.c.s')
-rw-r--r-- | test/torture-s/struct-cpy-1.c.s | 53 |
1 files changed, 5 insertions, 48 deletions
diff --git a/test/torture-s/struct-cpy-1.c.s b/test/torture-s/struct-cpy-1.c.s index 8f42be60d..36519838b 100644 --- a/test/torture-s/struct-cpy-1.c.s +++ b/test/torture-s/struct-cpy-1.c.s @@ -5,25 +5,7 @@ .globl ini .type ini,@function ini: # @ini -# BB#0: # %entry - i32.const $push1=, 0 - i64.const $push0=, 0 - i64.store pty+72($pop1), $pop0 - i32.const $push11=, 0 - i64.const $push10=, 0 - i64.store pty+64($pop11), $pop10 - i32.const $push9=, 0 - i64.const $push8=, 0 - i64.store pty+56($pop9), $pop8 - i32.const $push7=, 0 - i64.const $push2=, 8589934593 - i64.store pty+40($pop7), $pop2 - i32.const $push6=, 0 - i64.const $push3=, 17179869187 - i64.store pty+48($pop6), $pop3 - i32.const $push5=, 0 - i32.const $push4=, 0 - i32.store pty+80($pop5), $pop4 +# %bb.0: # %entry # fallthrough-return .endfunc .Lfunc_end0: @@ -35,37 +17,12 @@ ini: # @ini .type main,@function main: # @main .result i32 -# BB#0: # %if.end - i32.const $push1=, 0 - i64.const $push0=, 0 - i64.store pty+72($pop1), $pop0 - i32.const $push12=, 0 - i64.const $push11=, 0 - i64.store pty+64($pop12), $pop11 - i32.const $push10=, 0 - i64.const $push9=, 0 - i64.store pty+56($pop10), $pop9 - i32.const $push8=, 0 - i64.const $push2=, 8589934593 - i64.store pty+40($pop8), $pop2 - i32.const $push7=, 0 - i64.const $push3=, 17179869187 - i64.store pty+48($pop7), $pop3 - i32.const $push6=, 0 - i32.const $push5=, 0 - i32.store pty+80($pop6), $pop5 - i32.const $push4=, 0 - # fallthrough-return: $pop4 +# %bb.0: # %if.end + i32.const $push0=, 0 + # fallthrough-return: $pop0 .endfunc .Lfunc_end1: .size main, .Lfunc_end1-main # -- End function - .type pty,@object # @pty - .section .bss.pty,"aw",@nobits - .p2align 3 -pty: - .skip 88 - .size pty, 88 - - .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)" |