[llvm-commits] [polly] r134179 - /polly/trunk/lib/CodeGeneration.cpp
Tobias Grosser
grosser at fim.uni-passau.de
Thu Jun 30 12:39:10 PDT 2011
Author: grosser
Date: Thu Jun 30 14:39:10 2011
New Revision: 134179
URL: http://llvm.org/viewvc/llvm-project?rev=134179&view=rev
Log:
CodeGeneration: Adapt to SCEVExpander change
Reported-By: Sebastian Pop <sebpop at gmail.com>
Modified:
polly/trunk/lib/CodeGeneration.cpp
Modified: polly/trunk/lib/CodeGeneration.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGeneration.cpp?rev=134179&r1=134178&r2=134179&view=diff
==============================================================================
--- polly/trunk/lib/CodeGeneration.cpp (original)
+++ polly/trunk/lib/CodeGeneration.cpp Thu Jun 30 14:39:10 2011
@@ -1208,7 +1208,7 @@
}
void addParameters(const CloogNames *names) {
- SCEVExpander Rewriter(SE);
+ SCEVExpander Rewriter(SE, "polly");
// Create an instruction that specifies the location where the parameters
// are expanded.
More information about the llvm-commits
mailing list