From: Fangrui Song Date: Fri, 14 Dec 2018 08:21:08 +0000 (+0000) Subject: [ThinLTO] Fix test added in rL349076 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54a18bb0e30d7c345dbf32597111d04d8705cc73;p=platform%2Fupstream%2Fllvm.git [ThinLTO] Fix test added in rL349076 llvm-svn: 349135 --- diff --git a/llvm/test/ThinLTO/X86/function_entry_count.ll b/llvm/test/ThinLTO/X86/function_entry_count.ll index 975470b..4ca2ec2 100644 --- a/llvm/test/ThinLTO/X86/function_entry_count.ll +++ b/llvm/test/ThinLTO/X86/function_entry_count.ll @@ -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}