diff --git a/polly/test/ScopInfo/non-precise-inv-load-6.ll b/polly/test/ScopInfo/non-precise-inv-load-6.ll index 69b2f8e4fd87..cd6f877d8348 100644 --- a/polly/test/ScopInfo/non-precise-inv-load-6.ll +++ b/polly/test/ScopInfo/non-precise-inv-load-6.ll @@ -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++)