[ThinLTO] Fix test added in rL349076
authorFangrui Song <maskray@google.com>
Fri, 14 Dec 2018 08:21:08 +0000 (08:21 +0000)
committerFangrui Song <maskray@google.com>
Fri, 14 Dec 2018 08:21:08 +0000 (08:21 +0000)
llvm-svn: 349135

llvm/test/ThinLTO/X86/function_entry_count.ll

index 975470b..4ca2ec2 100644 (file)
@@ -15,7 +15,7 @@
 ; RUN: llvm-dis %t3.0.3.imported.bc -o - | FileCheck %s
 
 ; CHECK: define void @h() !prof ![[PROF2:[0-9]+]]
-; CHECK: define void @f(i32 %n) !prof ![[PROF1:[0-9]+]]
+; CHECK: define void @f(i32{{.*}}) !prof ![[PROF1:[0-9]+]]
 ; CHECK: define available_externally void @g() !prof ![[PROF2]]
 ; CHECK-DAG: ![[PROF1]] = !{!"synthetic_function_entry_count", i64 10}
 ; CHECK-DAG: ![[PROF2]] = !{!"synthetic_function_entry_count", i64 198}