[llvm] r349135 - [ThinLTO] Fix test added in rL349076

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 14 00:21:09 PST 2018


Author: maskray
Date: Fri Dec 14 00:21:08 2018
New Revision: 349135

URL: http://llvm.org/viewvc/llvm-project?rev=349135&view=rev
Log:
[ThinLTO] Fix test added in rL349076

Modified:
    llvm/trunk/test/ThinLTO/X86/function_entry_count.ll

Modified: llvm/trunk/test/ThinLTO/X86/function_entry_count.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ThinLTO/X86/function_entry_count.ll?rev=349135&r1=349134&r2=349135&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/function_entry_count.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/function_entry_count.ll Fri Dec 14 00:21:08 2018
@@ -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}




More information about the llvm-commits mailing list