diff options
Diffstat (limited to 'test/torture-s/20000914-1.c.s')
-rw-r--r-- | test/torture-s/20000914-1.c.s | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/test/torture-s/20000914-1.c.s b/test/torture-s/20000914-1.c.s new file mode 100644 index 000000000..fb49eb91c --- /dev/null +++ b/test/torture-s/20000914-1.c.s @@ -0,0 +1,45 @@ + .text + .file "/b/build/slave/linux/build/src/buildbot/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000914-1.c" + .globl blah + .type blah,@function +blah: # @blah + .result i32 + .local i32 +# BB#0: # %entry + return $0 +func_end0: + .size blah, func_end0-blah + + .globl convert_like_real + .type convert_like_real,@function +convert_like_real: # @convert_like_real + .param i32 + .result i32 +# BB#0: # %entry + block BB1_2 + i32.load8_u $push0=, 8($0) + i32.const $push1=, 222 + i32.ne $push2=, $pop0, $pop1 + br_if $pop2, BB1_2 +# BB#1: # %sw.bb + return $0 +BB1_2: # %sw.epilog + call abort + unreachable +func_end1: + .size convert_like_real, func_end1-convert_like_real + + .globl main + .type main,@function +main: # @main + .result i32 +# BB#0: # %entry + i32.const $push0=, 0 + call exit, $pop0 + unreachable +func_end2: + .size main, func_end2-main + + + .ident "clang version 3.8.0 " + .section ".note.GNU-stack","",@progbits |