Remove disabled assertion.

llvm-svn: 111531
This commit is contained in:
Evan Cheng 2010-08-19 17:33:48 +00:00
parent ae9939c839
commit 681d0c25f9
1 changed files with 0 additions and 2 deletions

View File

@ -422,8 +422,6 @@ bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) {
" BB#" << ParentBlock->getNumber()
<< " -- BB#" << NewSucc->getNumber()
<< " -- BB#" << SuccToSinkTo->getNumber() << '\n');
//assert(DT->dominates(NewSucc, SuccToSinkTo) &&
//"New BB doesn't dominate all uses!");
SuccToSinkTo = NewSucc;
++NumSplit;
}