aboutsummaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2013-10-07 16:43:04 +0000
committerSebastian Pop <spop@codeaurora.org>2013-10-07 16:43:04 +0000
commit20594a842cbb4f66e3f67600b2f80200032e6734 (patch)
tree126f82fc46ccaa6458b940baf989ae6417b70ba9 /polly
parent946070f2f07ec22446affd0a8117332f71bc4de9 (diff)
downloadllvm-20594a842cbb4f66e3f67600b2f80200032e6734.zip
llvm-20594a842cbb4f66e3f67600b2f80200032e6734.tar.gz
llvm-20594a842cbb4f66e3f67600b2f80200032e6734.tar.bz2
use -polly-codegen-isl in tests under test/Isl
llvm-svn: 192110
Diffstat (limited to 'polly')
-rw-r--r--polly/test/Isl/CodeGen/reduction.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/reduction.ll b/polly/test/Isl/CodeGen/reduction.ll
index 12e2b90..aa51afa 100644
--- a/polly/test/Isl/CodeGen/reduction.ll
+++ b/polly/test/Isl/CodeGen/reduction.ll
@@ -1,4 +1,4 @@
-; RUN: opt %loadPolly %defaultOpts -polly-codegen -S < %s 2>&1 | not FileCheck %s
+; RUN: opt %loadPolly %defaultOpts -polly-codegen-isl -S < %s 2>&1 | not FileCheck %s
;#include <string.h>
;#include <stdio.h>