[FIX] Typo

llvm-svn: 268027
This commit is contained in:
Johannes Doerfert 2016-04-29 10:47:07 +00:00
parent 64c69f79fb
commit 99ec00a2bb
1 changed files with 1 additions and 1 deletions

View 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++)