mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
Enable the assert that got all this dominator work started.
llvm-svn: 151471
This commit is contained in:
parent
c97c3343f1
commit
e63adef174
@ -44,7 +44,7 @@ Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty,
|
||||
BasicBlock::iterator BIP = Builder.GetInsertPoint();
|
||||
|
||||
// FIXME: enable once our implementation of dominates is fixed.
|
||||
// assert(BIP == IP || SE.DT->dominates(IP, BIP));
|
||||
assert(BIP == IP || SE.DT->dominates(IP, BIP));
|
||||
|
||||
// Check to see if there is already a cast!
|
||||
for (Value::use_iterator UI = V->use_begin(), E = V->use_end();
|
||||
|
Loading…
x
Reference in New Issue
Block a user