mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
And update the comment...
llvm-svn: 151472
This commit is contained in:
parent
e63adef174
commit
137548bb3e
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user