diff options
Diffstat (limited to 'test/torture-s/align-3.c.s')
-rw-r--r-- | test/torture-s/align-3.c.s | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/torture-s/align-3.c.s b/test/torture-s/align-3.c.s new file mode 100644 index 000000000..e49c3458c --- /dev/null +++ b/test/torture-s/align-3.c.s @@ -0,0 +1,24 @@ + .text + .file "/b/build/slave/linux/build/src/buildbot/work/gcc/gcc/testsuite/gcc.c-torture/execute/align-3.c" + .globl func + .align 8 + .type func,@function +func: # @func +# BB#0: # %entry + return +func_end0: + .size func, func_end0-func + + .globl main + .type main,@function +main: # @main + .result i32 +# BB#0: # %entry + i32.const $push0=, 0 + return $pop0 +func_end1: + .size main, func_end1-main + + + .ident "clang version 3.8.0 " + .section ".note.GNU-stack","",@progbits |