summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2015-10-29 02:15:02 +0000
committerDiego Novillo <dnovillo@google.com>2015-10-29 02:15:02 +0000
commit05ea52b89b85c8c428683fb1c48cf18faabfe471 (patch)
tree0e634a05b8836285b32bca32057917ba53f9a609 /llvm
parentabe042bb3e99964e30894f2ab248d26b24579273 (diff)
downloadbcm5719-llvm-05ea52b89b85c8c428683fb1c48cf18faabfe471.tar.gz
bcm5719-llvm-05ea52b89b85c8c428683fb1c48cf18faabfe471.zip
Tweak test check pattern to fix bot failure.
llvm-svn: 251593
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Transforms/SampleProfile/coverage-warning.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SampleProfile/coverage-warning.ll b/llvm/test/Transforms/SampleProfile/coverage-warning.ll
index f96068002dd..472836805c1 100644
--- a/llvm/test/Transforms/SampleProfile/coverage-warning.ll
+++ b/llvm/test/Transforms/SampleProfile/coverage-warning.ll
@@ -3,7 +3,7 @@ define i32 @foo(i32 %i) {
; The profile has samples for line locations that are no longer present.
; Coverage does not reach 90%, so we should get this warning:
;
-; CHECK: warning: coverage-warning.c:1: 2 of 3 available profile records (66%) were applied
+; CHECK: warning: {{.*}}:1: 2 of 3 available profile records (66%) were applied
entry:
%retval = alloca i32, align 4
%i.addr = alloca i32, align 4
OpenPOWER on IntegriCloud