From: Rafael Espindola Date: Sun, 26 Feb 2012 02:36:56 +0000 (+0000) Subject: And update the comment... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=32c185eb272d2aabc0162b5f01cf1369b70d8fe1;p=oota-llvm.git And update the comment... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151472 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/ScalarEvolutionExpander.cpp b/lib/Analysis/ScalarEvolutionExpander.cpp index c185502afb0..95c1df9d5af 100644 --- a/lib/Analysis/ScalarEvolutionExpander.cpp +++ b/lib/Analysis/ScalarEvolutionExpander.cpp @@ -43,7 +43,6 @@ Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty, // 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!