[FIX] Typo
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>
Fri, 29 Apr 2016 10:47:07 +0000 (10:47 +0000)
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>
Fri, 29 Apr 2016 10:47:07 +0000 (10:47 +0000)
llvm-svn: 268027

polly/test/ScopInfo/non-precise-inv-load-6.ll

index 69b2f8e..cd6f877 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt %loadPolly -polly-scops -analyze < %s | FileCheck %s
 ;
-l Check that we model the execution context correctly.
+; Check that we model the execution context correctly.
 ;
 ;    void f(unsigned *I, unsigned *A, int c) {
 ;      for (unsigned i = c; i < 10; i++)