X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FInstrumentation%2FInstrProfiling%2Fnoruntime.ll;h=33933cc98eb0fd3895d70684a5aa634fda238bb9;hp=f0619c8686ff69cba564868489e0d16ba0c84f3d;hb=617c484013647c70701347edac477f2d91a65d51;hpb=e5305e5a2eb63b73f195241a5df101dc06d22a09 diff --git a/test/Instrumentation/InstrProfiling/noruntime.ll b/test/Instrumentation/InstrProfiling/noruntime.ll index f0619c8686f..33933cc98eb 100644 --- a/test/Instrumentation/InstrProfiling/noruntime.ll +++ b/test/Instrumentation/InstrProfiling/noruntime.ll @@ -6,10 +6,10 @@ @__llvm_profile_runtime = global i32 0, align 4 -@__llvm_profile_name_foo = hidden constant [3 x i8] c"foo" +@__prf_nm_foo = hidden constant [3 x i8] c"foo" define void @foo() { - call void @llvm.instrprof.increment(i8* getelementptr inbounds ([3 x i8], [3 x i8]* @__llvm_profile_name_foo, i32 0, i32 0), i64 0, i32 1, i32 0) + call void @llvm.instrprof.increment(i8* getelementptr inbounds ([3 x i8], [3 x i8]* @__prf_nm_foo, i32 0, i32 0), i64 0, i32 1, i32 0) ret void }