[llvm] r251635 - Revert r251593.

Diego Novillo via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 29 09:20:38 PDT 2015


Author: dnovillo
Date: Thu Oct 29 11:20:38 2015
New Revision: 251635

URL: http://llvm.org/viewvc/llvm-project?rev=251635&view=rev
Log:
Revert r251593.

The patch in r251593 was only papering over the problem. The actual fix
was committed in r251623.

Modified:
    llvm/trunk/test/Transforms/SampleProfile/coverage-warning.ll

Modified: llvm/trunk/test/Transforms/SampleProfile/coverage-warning.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SampleProfile/coverage-warning.ll?rev=251635&r1=251634&r2=251635&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/SampleProfile/coverage-warning.ll (original)
+++ llvm/trunk/test/Transforms/SampleProfile/coverage-warning.ll Thu Oct 29 11:20:38 2015
@@ -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




More information about the llvm-commits mailing list