[test] Add missing colon.
authorMichael Kruse <llvm@meinersbur.de>
Sun, 16 Oct 2016 22:05:51 +0000 (22:05 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Sun, 16 Oct 2016 22:05:51 +0000 (22:05 +0000)
llvm-svn: 284349

polly/test/ScopInfo/NonAffine/non_affine_loop_used_later.ll

index b4dd67d..9a93e0e 100644 (file)
@@ -2,7 +2,7 @@
 ; RUN:     -polly-allow-nonaffine -polly-allow-nonaffine-branches \
 ; RUN:     -polly-allow-nonaffine-loops -analyze < %s | FileCheck %s
 ; RUN: opt %loadPolly -polly-scops -polly-allow-nonaffine \
-; RUN      -polly-unprofitable-scalar-accs=true \
+; RUN:     -polly-unprofitable-scalar-accs=true \
 ; RUN:     -polly-process-unprofitable=false \
 ; RUN:     -polly-allow-nonaffine-branches -polly-allow-nonaffine-loops \
 ; RUN:     -analyze < %s | FileCheck %s --check-prefix=PROFIT