1 # Check that we don't accidentally optimize out a tail call.
3 RUN: %clang %cflags %S/Inputs/sctc_bug3.s -o %t
4 RUN: llvm-bolt %t -o %t.null --funcs=main --print-after-lowering \
5 RUN: --sequential-disassembly 2>&1 | FileCheck %s
7 CHECK: .LBB00 (1 instructions, align : 1)
10 # Check that .Ltmp0 does not have a deleted predecessor.
11 CHECK: .Ltmp0 (1 instructions, align : 1)
12 CHECK: Predecessors: .LBB00