diff options
Diffstat (limited to 'test/torture-s/builtin-prefetch-1.c.s')
-rw-r--r-- | test/torture-s/builtin-prefetch-1.c.s | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/test/torture-s/builtin-prefetch-1.c.s b/test/torture-s/builtin-prefetch-1.c.s new file mode 100644 index 000000000..88d8f5c77 --- /dev/null +++ b/test/torture-s/builtin-prefetch-1.c.s @@ -0,0 +1,60 @@ + .text + .file "/b/build/slave/linux/build/src/buildbot/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-1.c" + .globl good_const + .type good_const,@function +good_const: # @good_const + .param i32 +# BB#0: # %entry + return +func_end0: + .size good_const, func_end0-good_const + + .globl good_enum + .type good_enum,@function +good_enum: # @good_enum + .param i32 +# BB#0: # %entry + return +func_end1: + .size good_enum, func_end1-good_enum + + .globl good_expr + .type good_expr,@function +good_expr: # @good_expr + .param i32 +# BB#0: # %entry + return +func_end2: + .size good_expr, func_end2-good_expr + + .globl good_vararg + .type good_vararg,@function +good_vararg: # @good_vararg + .param i32 +# BB#0: # %entry + return +func_end3: + .size good_vararg, func_end3-good_vararg + + .globl main + .type main,@function +main: # @main + .result i32 +# BB#0: # %entry + i32.const $push0=, 0 + call exit, $pop0 + unreachable +func_end4: + .size main, func_end4-main + + .type arr,@object # @arr + .bss + .globl arr + .align 4 +arr: + .zero 40 + .size arr, 40 + + + .ident "clang version 3.8.0 " + .section ".note.GNU-stack","",@progbits |