summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/thinlto-function-summary-functionattrs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Bitcode/thinlto-function-summary-functionattrs.ll')
-rw-r--r--llvm/test/Bitcode/thinlto-function-summary-functionattrs.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary-functionattrs.ll b/llvm/test/Bitcode/thinlto-function-summary-functionattrs.ll
index 2ad49e3c8647..7fa15ebbde14 100644
--- a/llvm/test/Bitcode/thinlto-function-summary-functionattrs.ll
+++ b/llvm/test/Bitcode/thinlto-function-summary-functionattrs.ll
@@ -3,13 +3,13 @@
; CHECK: <GLOBALVAL_SUMMARY_BLOCK
; ensure @f is marked readnone
-; CHECK: <PERMODULE {{.*}} op0=0 {{.*}} op3=1
+; CHECK: <PERMODULE_PROFILE {{.*}} op0=0 {{.*}} op3=1
; ensure @g is marked readonly
-; CHECK: <PERMODULE {{.*}} op0=1 {{.*}} op3=2
+; CHECK: <PERMODULE_PROFILE {{.*}} op0=1 {{.*}} op3=2
; ensure @h is marked norecurse
-; CHECK: <PERMODULE {{.*}} op0=2 {{.*}} op3=4
+; CHECK: <PERMODULE_PROFILE {{.*}} op0=2 {{.*}} op3=4
; ensure @i is marked returndoesnotalias
-; CHECK: <PERMODULE {{.*}} op0=3 {{.*}} op3=8
+; CHECK: <PERMODULE_PROFILE {{.*}} op0=3 {{.*}} op3=8
define void @f() readnone {
ret void