[polly] r192110 - use -polly-codegen-isl in tests under test/Isl
Sebastian Pop
spop at codeaurora.org
Mon Oct 7 09:43:05 PDT 2013
Author: spop
Date: Mon Oct 7 11:43:04 2013
New Revision: 192110
URL: http://llvm.org/viewvc/llvm-project?rev=192110&view=rev
Log:
use -polly-codegen-isl in tests under test/Isl
Modified:
polly/trunk/test/Isl/CodeGen/reduction.ll
Modified: polly/trunk/test/Isl/CodeGen/reduction.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Isl/CodeGen/reduction.ll?rev=192110&r1=192109&r2=192110&view=diff
==============================================================================
--- polly/trunk/test/Isl/CodeGen/reduction.ll (original)
+++ polly/trunk/test/Isl/CodeGen/reduction.ll Mon Oct 7 11:43:04 2013
@@ -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>
More information about the llvm-commits
mailing list