diff options
Diffstat (limited to 'test/torture-s/loop-11.c.s')
-rw-r--r-- | test/torture-s/loop-11.c.s | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/test/torture-s/loop-11.c.s b/test/torture-s/loop-11.c.s deleted file mode 100644 index 3919a7171..000000000 --- a/test/torture-s/loop-11.c.s +++ /dev/null @@ -1,54 +0,0 @@ - .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-11.c" - .section .text.main,"ax",@progbits - .hidden main - .globl main - .type main,@function -main: # @main - .result i32 - .local i32, i32, i32, i32 -# BB#0: # %entry - i32.const $1=, 199 - i32.const $0=, a+792 -.LBB0_1: # %for.body.i - # =>This Inner Loop Header: Depth=1 - loop .LBB0_2 - i32.const $push1=, -1 - i32.add $push0=, $1, $pop1 - i32.store $1=, 0($0), $pop0 - i32.const $push2=, -4 - i32.add $0=, $0, $pop2 - i32.const $3=, 0 - i32.const $2=, a - i32.gt_s $push3=, $1, $3 - br_if $pop3, .LBB0_1 -.LBB0_2: # %for.body - # =>This Inner Loop Header: Depth=1 - block .LBB0_5 - loop .LBB0_4 - i32.load $push4=, 0($2) - i32.ne $push5=, $3, $pop4 - br_if $pop5, .LBB0_5 -# BB#3: # %for.cond - # in Loop: Header=BB0_2 Depth=1 - i32.const $push6=, 1 - i32.add $3=, $3, $pop6 - i32.const $push7=, 4 - i32.add $2=, $2, $pop7 - i32.const $push8=, 198 - i32.le_s $push9=, $3, $pop8 - br_if $pop9, .LBB0_2 -.LBB0_4: # %for.end - i32.const $push10=, 0 - return $pop10 -.LBB0_5: # %if.then - call abort@FUNCTION - unreachable -.Lfunc_end0: - .size main, .Lfunc_end0-main - - .type a,@object # @a - .lcomm a,796,4 - - .ident "clang version 3.8.0 " - .section ".note.GNU-stack","",@progbits |