From 99ec00a2bb9affbfb7a2590973116b3485e67865 Mon Sep 17 00:00:00 2001 From: Johannes Doerfert Date: Fri, 29 Apr 2016 10:47:07 +0000 Subject: [PATCH] [FIX] Typo llvm-svn: 268027 --- polly/test/ScopInfo/non-precise-inv-load-6.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) -- 2.7.4