1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[ThinLTO] Fix test added in rL349076

llvm-svn: 349135
This commit is contained in:
Fangrui Song 2018-12-14 08:21:08 +00:00
parent 1f32d67d40
commit 9a95d5568f

View 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}