And update the comment...
[oota-llvm.git] / lib / Analysis / ScalarEvolutionExpander.cpp
index c185502afb005e6cc5028477f8da3cf397d98651..95c1df9d5af1c80e2f5406c058852d2c40b4848a 100644 (file)
@@ -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!