From: Johannes Doerfert Date: Fri, 29 Apr 2016 10:47:07 +0000 (+0000) Subject: [FIX] Typo X-Git-Tag: llvmorg-3.9.0-rc1~7484 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99ec00a2bb9affbfb7a2590973116b3485e67865;p=platform%2Fupstream%2Fllvm.git [FIX] Typo llvm-svn: 268027 --- diff --git a/polly/test/ScopInfo/non-precise-inv-load-6.ll b/polly/test/ScopInfo/non-precise-inv-load-6.ll index 69b2f8e..cd6f877 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++)