And update the comment...

llvm-svn: 151472
This commit is contained in:
Rafael Espindola 2012-02-26 02:36:56 +00:00
parent e63adef174
commit 137548bb3e

View 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!