[llvm-commits] [polly] r131358 - /polly/trunk/lib/CodeGeneration.cpp
Tobias Grosser
grosser at fim.uni-passau.de
Sat May 14 12:02:34 PDT 2011
Author: grosser
Date: Sat May 14 14:02:34 2011
New Revision: 131358
URL: http://llvm.org/viewvc/llvm-project?rev=131358&view=rev
Log:
CodeGeneration: Admit that we change the code.
No need to pretend anymore that we do not update the LLVM-IR.
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=131358&r1=131357&r2=131358&view=diff
==============================================================================
--- polly/trunk/lib/CodeGeneration.cpp (original)
+++ polly/trunk/lib/CodeGeneration.cpp Sat May 14 14:02:34 2011
@@ -1470,7 +1470,7 @@
mergeControlFlow(splitBlock, &builder);
- return false;
+ return true;
}
virtual void printScop(raw_ostream &OS) const {
More information about the llvm-commits
mailing list