diff options
author | Diego Novillo <dnovillo@google.com> | 2015-10-29 16:20:38 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@google.com> | 2015-10-29 16:20:38 +0000 |
commit | 083becab34b069a714e071ff198f50b366c618e0 (patch) | |
tree | e25a683bf7f373548b456e49f736b3bc982312b8 | |
parent | 45d5c673ecda40a0e777231d3ccc8386fe40e1f8 (diff) | |
download | bcm5719-llvm-083becab34b069a714e071ff198f50b366c618e0.tar.gz bcm5719-llvm-083becab34b069a714e071ff198f50b366c618e0.zip |
Revert r251593.
The patch in r251593 was only papering over the problem. The actual fix
was committed in r251623.
llvm-svn: 251635
-rw-r--r-- | llvm/test/Transforms/SampleProfile/coverage-warning.ll | 2 |
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 472836805c1..f96068002dd 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: {{.*}}:1: 2 of 3 available profile records (66%) were applied +; CHECK: warning: coverage-warning.c:1: 2 of 3 available profile records (66%) were applied entry: %retval = alloca i32, align 4 %i.addr = alloca i32, align 4 |