[llvm-commits] [polly] r150338 - /polly/trunk/lib/CodeGeneration.cpp

Tobias Grosser grosser at fim.uni-passau.de
Sun Feb 12 04:09:50 PST 2012


Author: grosser
Date: Sun Feb 12 06:09:49 2012
New Revision: 150338

URL: http://llvm.org/viewvc/llvm-project?rev=150338&view=rev
Log:
CodeGen: Remove unused instruction

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=150338&r1=150337&r2=150338&view=diff
==============================================================================
--- polly/trunk/lib/CodeGeneration.cpp (original)
+++ polly/trunk/lib/CodeGeneration.cpp Sun Feb 12 06:09:49 2012
@@ -112,8 +112,6 @@
   Builder->CreateBr(HeaderBB);
   DT->addNewBlock(HeaderBB, PreheaderBB);
 
-  Builder->SetInsertPoint(BodyBB);
-
   Builder->SetInsertPoint(HeaderBB);
 
   // Use the type of upper and lower bound.





More information about the llvm-commits mailing list