1*7b1d7937SAmy Huangtarget datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
2cee313d2SEric Christophertarget triple = "x86_64-unknown-linux-gnu"
3cee313d2SEric Christopher
4cee313d2SEric Christophersource_filename = "thinlto_indirect_call_promotion.c"
5cee313d2SEric Christopher
6cee313d2SEric Christopherdefine void @a() {
7cee313d2SEric Christopherentry:
8cee313d2SEric Christopher  ret void
9cee313d2SEric Christopher}
10cee313d2SEric Christopher
11cee313d2SEric Christopherdefine internal void @c() !PGOFuncName !1 {
12cee313d2SEric Christopherentry:
13cee313d2SEric Christopher  ret void
14cee313d2SEric Christopher}
15cee313d2SEric Christopher
16cee313d2SEric Christopher!1 = !{!"thinlto_indirect_call_promotion.c:c"}
17