diff options
Diffstat (limited to 'test/torture-s/20041114-1.c.s')
-rw-r--r-- | test/torture-s/20041114-1.c.s | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/test/torture-s/20041114-1.c.s b/test/torture-s/20041114-1.c.s new file mode 100644 index 000000000..2e7e1e2a9 --- /dev/null +++ b/test/torture-s/20041114-1.c.s @@ -0,0 +1,35 @@ + .text + .file "/b/build/slave/linux/build/src/buildbot/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041114-1.c" + .globl foo + .type foo,@function +foo: # @foo + .param i32 +# BB#0: # %entry + return +func_end0: + .size foo, func_end0-foo + + .globl main + .type main,@function +main: # @main + .param i32, i32 + .result i32 + .local i32 +# BB#0: # %entry + i32.const $2=, 0 + i32.load $discard=, v($2) + return $2 +func_end1: + .size main, func_end1-main + + .type v,@object # @v + .bss + .globl v + .align 2 +v: + .int32 0 # 0x0 + .size v, 4 + + + .ident "clang version 3.8.0 " + .section ".note.GNU-stack","",@progbits |