[polly] r250695 - Correct typo in CHECK line

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 03:51:21 PDT 2015


Author: meinersbur
Date: Mon Oct 19 05:51:20 2015
New Revision: 250695

URL: http://llvm.org/viewvc/llvm-project?rev=250695&view=rev
Log:
Correct typo in CHECK line

Thanks Tobias for the hint.


Modified:
    polly/trunk/test/Isl/CodeGen/pr25241.ll

Modified: polly/trunk/test/Isl/CodeGen/pr25241.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Isl/CodeGen/pr25241.ll?rev=250695&r1=250694&r2=250695&view=diff
==============================================================================
--- polly/trunk/test/Isl/CodeGen/pr25241.ll (original)
+++ polly/trunk/test/Isl/CodeGen/pr25241.ll Mon Oct 19 05:51:20 2015
@@ -9,7 +9,7 @@
 ; CHECK:         br label
 
 ; CHECK-LABEL: polly.stmt.while.body.740.region_exiting:
-; CHECKL         %polly.curr.3.ph = phi i32 [ undef, %polly.stmt.if.else.864 ], [ %[[R1]], %polly.stmt.if.then.862 ]
+; CHECK:         %polly.curr.3.ph = phi i32 [ undef, %polly.stmt.if.else.864 ], [ %[[R1]], %polly.stmt.if.then.862 ]
 ; CHECK:         br label
 
 




More information about the llvm-commits mailing list