And update the comment...
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 26 Feb 2012 02:36:56 +0000 (02:36 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 26 Feb 2012 02:36:56 +0000 (02:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151472 91177308-0d34-0410-b5e6-96231b3b80d8

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!