Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Transforms / PGOProfile / Inputs / thinlto_indirect_call_promotion.ll
blob7412120bb52cf506991e9071fb135685de546bf3
1 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-unknown-linux-gnu"
4 source_filename = "thinlto_indirect_call_promotion.c"
6 define void @a() {
7 entry:
8   ret void
11 define internal void @c() !PGOFuncName !1 {
12 entry:
13   ret void
16 !1 = !{!"thinlto_indirect_call_promotion.c:c"}