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.
7 RUN: %clangxx %cxxflags -no-pie %p/../Inputs/vararg.s -o %t -Wl,-q
8 RUN: llvm-bolt %t -o %t.null --print-cfg --print-only=.*printf.* |& FileCheck %s