[polly] r187342 - TempScop: Actually load Polly in this test case

Tobias Grosser tobias at grosser.es
Sun Jul 28 22:18:09 PDT 2013


Author: grosser
Date: Mon Jul 29 00:18:09 2013
New Revision: 187342

URL: http://llvm.org/viewvc/llvm-project?rev=187342&view=rev
Log:
TempScop: Actually load Polly in this test case

Modified:
    polly/trunk/test/TempScop/not-a-reduction.ll

Modified: polly/trunk/test/TempScop/not-a-reduction.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/TempScop/not-a-reduction.ll?rev=187342&r1=187341&r2=187342&view=diff
==============================================================================
--- polly/trunk/test/TempScop/not-a-reduction.ll (original)
+++ polly/trunk/test/TempScop/not-a-reduction.ll Mon Jul 29 00:18:09 2013
@@ -1,4 +1,4 @@
-; RUN: not opt -polly-analyze-ir -analyze < %s 2>&1 | not FileCheck %s
+; RUN: opt %loadPolly -polly-analyze-ir -analyze < %s 2>&1 | not FileCheck %s
 
 ;#define TYPE float
 ;#define NUM 4





More information about the llvm-commits mailing list