diff options
Diffstat (limited to 'test/torture-s/complex-3.c.s')
-rw-r--r-- | test/torture-s/complex-3.c.s | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test/torture-s/complex-3.c.s b/test/torture-s/complex-3.c.s new file mode 100644 index 000000000..b39c6a3ac --- /dev/null +++ b/test/torture-s/complex-3.c.s @@ -0,0 +1,27 @@ + .text + .file "/b/build/slave/linux/build/src/buildbot/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-3.c" + .globl f + .type f,@function +f: # @f + .param i32, f32, f32 +# BB#0: # %entry + f32.store $discard=, 0($0), $1 + f32.store $discard=, 4($0), $2 + return +func_end0: + .size f, func_end0-f + + .globl main + .type main,@function +main: # @main + .result i32 +# BB#0: # %if.end + i32.const $push0=, 0 + call exit, $pop0 + unreachable +func_end1: + .size main, func_end1-main + + + .ident "clang version 3.8.0 " + .section ".note.GNU-stack","",@progbits |