diff options
Diffstat (limited to 'llvm/test/Transforms/PGOProfile/icp_mismatch_msg.ll')
-rw-r--r-- | llvm/test/Transforms/PGOProfile/icp_mismatch_msg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/PGOProfile/icp_mismatch_msg.ll b/llvm/test/Transforms/PGOProfile/icp_mismatch_msg.ll index 408996a5f09..5ad47608fdb 100644 --- a/llvm/test/Transforms/PGOProfile/icp_mismatch_msg.ll +++ b/llvm/test/Transforms/PGOProfile/icp_mismatch_msg.ll @@ -2,7 +2,7 @@ ; RUN: opt < %s -passes=pgo-icall-prom -pass-remarks-missed=pgo-icall-prom -S 2>& 1 | FileCheck %s ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to func4 with count of 1234: The number of arguments mismatch -; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to 11517462787082255043 with count of 2345: Cannot find the target +; CHECK: remark: <unknown>:0:0: Cannot promote indirect call: target not found ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to func2 with count of 7890: Return type mismatch target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" |