CodeGeneration: Adapt to SCEVExpander change

Reported-By: Sebastian Pop <sebpop@gmail.com>
llvm-svn: 134179
This commit is contained in:
Tobias Grosser 2011-06-30 19:39:10 +00:00
parent e4750ef6ec
commit 97fb5acf48
1 changed files with 1 additions and 1 deletions

View File

@ -1208,7 +1208,7 @@ public:
}
void addParameters(const CloogNames *names) {
SCEVExpander Rewriter(SE);
SCEVExpander Rewriter(SE, "polly");
// Create an instruction that specifies the location where the parameters
// are expanded.