diff options
Diffstat (limited to 'test/torture-s/20050215-1.c.s')
-rw-r--r-- | test/torture-s/20050215-1.c.s | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/test/torture-s/20050215-1.c.s b/test/torture-s/20050215-1.c.s new file mode 100644 index 000000000..d491ea7b6 --- /dev/null +++ b/test/torture-s/20050215-1.c.s @@ -0,0 +1,53 @@ + .text + .file "/b/build/slave/linux/build/src/buildbot/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050215-1.c" + .globl main + .type main,@function +main: # @main + .result i32 + .local i32, i32 +# BB#0: # %entry + i32.const $0=, v + block BB0_4 + block BB0_3 + block BB0_2 + i32.const $push0=, 4 + i32.and $push1=, $0, $pop0 + i32.const $push12=, 0 + i32.eq $push13=, $pop1, $pop12 + br_if $pop13, BB0_2 +# BB#1: # %if.then + i32.const $push9=, 7 + i32.and $push10=, $0, $pop9 + br_if $pop10, BB0_3 + br BB0_4 +BB0_2: # %lor.lhs.false + i32.const $1=, 0 + i32.const $push5=, 1 + i32.and $push6=, $0, $pop5 + i32.eq $push7=, $pop6, $1 + i32.const $push2=, 7 + i32.and $push3=, $0, $pop2 + i32.ne $push4=, $pop3, $1 + i32.or $push8=, $pop7, $pop4 + i32.const $push14=, 0 + i32.eq $push15=, $pop8, $pop14 + br_if $pop15, BB0_4 +BB0_3: # %if.end3 + i32.const $push11=, 0 + return $pop11 +BB0_4: # %if.then2 + call abort + unreachable +func_end0: + .size main, func_end0-main + + .type v,@object # @v + .bss + .globl v +v: + .zero 8 + .size v, 8 + + + .ident "clang version 3.8.0 " + .section ".note.GNU-stack","",@progbits |