[PGO] Shorten profile symbol prefixes
[oota-llvm.git] / test / Transforms / PGOProfile / single_bb.ll
index 8d976318ad6d6586a83bbd48daaddbab93bf6f82..060142b1e8e3f60905f192ce0c7b34cf0ed533cf 100644 (file)
@@ -2,11 +2,11 @@
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
 
-; GEN: @__llvm_profile_name_single_bb = private constant [9 x i8] c"single_bb"
+; GEN: @__prf_nm_single_bb = private constant [9 x i8] c"single_bb"
 
 define i32 @single_bb() {
 entry:
 ; GEN: entry:
-; GEN: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([9 x i8], [9 x i8]* @__llvm_profile_name_single_bb, i32 0, i32 0), i64 12884901887, i32 1, i32 0)
+; GEN: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([9 x i8], [9 x i8]* @__prf_nm_single_bb, i32 0, i32 0), i64 12884901887, i32 1, i32 0)
   ret i32 0
 }