commit | abb6dcd865cefb4acda6b3b740cd699ddb8dd23a | [log] [tgz] |
---|---|---|
author | Tobias Grosser <grosser@fim.uni-passau.de> | Sat May 14 19:02:34 2011 +0000 |
committer | Tobias Grosser <grosser@fim.uni-passau.de> | Sat May 14 19:02:34 2011 +0000 |
tree | 476d180387db5518eff6feddb03137c3ee61888d | |
parent | 2aec339d28c821595576b12333461ea693780cf6 [diff] [blame] |
CodeGeneration: Admit that we change the code. No need to pretend anymore that we do not update the LLVM-IR. llvm-svn: 131358
diff --git a/polly/lib/CodeGeneration.cpp b/polly/lib/CodeGeneration.cpp index b83fabb..898540c 100644 --- a/polly/lib/CodeGeneration.cpp +++ b/polly/lib/CodeGeneration.cpp
@@ -1470,7 +1470,7 @@ mergeControlFlow(splitBlock, &builder); - return false; + return true; } virtual void printScop(raw_ostream &OS) const {