[llvm-commits] [llvm] r151472 - /llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp
Rafael Espindola
rafael.espindola at gmail.com
Sat Feb 25 18:36:57 PST 2012
Author: rafael
Date: Sat Feb 25 20:36:56 2012
New Revision: 151472
URL: http://llvm.org/viewvc/llvm-project?rev=151472&view=rev
Log:
And update the comment...
Modified:
llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp
Modified: llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp?rev=151472&r1=151471&r2=151472&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp (original)
+++ llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp Sat Feb 25 20:36:56 2012
@@ -43,7 +43,6 @@
// not allowed to move it.
BasicBlock::iterator BIP = Builder.GetInsertPoint();
- // FIXME: enable once our implementation of dominates is fixed.
assert(BIP == IP || SE.DT->dominates(IP, BIP));
// Check to see if there is already a cast!
More information about the llvm-commits
mailing list