Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / X86 / vararg.test
blobbfbc23efb9dcd95429d828d2eab05359a500fdc6
1 # Check that a function that references a label inside itself,
2 # as in the case of vararg handling code generated by GCC 4.5
3 # and earlier, is recognized as multi-entry.
5 REQUIRES: x86_64-linux
7 RUN: %clangxx %cxxflags -no-pie %p/../Inputs/vararg.s -o %t -Wl,-q
8 RUN: llvm-bolt %t -o /dev/null --print-cfg --print-only=.*printf.* |& FileCheck %s
10 CHECK: IsSimple    : 0
11 CHECK: Entry Point
12 CHECK: Entry Point