[VPlan] Add and use debug location for VPScalarCastRecipe.
[llvm-project.git] / bolt / test / X86 / vararg.test
blob296c739c6e11383e0022835479b362a2caa380bc
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 %t.null --print-cfg --print-only=.*printf.* 2>&1 | FileCheck %s
10 CHECK: IsSimple    : 0
11 CHECK: Entry Point
12 CHECK: Entry Point