Remove a useless statement.

llvm-svn: 32660
This commit is contained in:
Reid Spencer 2006-12-18 23:40:19 +00:00
parent adc80f98cf
commit 8b5cd5f710
1 changed files with 0 additions and 1 deletions

View File

@ -922,7 +922,6 @@ void Verifier::visitInstruction(Instruction &I) {
// 'OpBlock' dominates all of its predecessors other than the
// invoke. In this case, the invoke value can still be used.
if (!Bad) {
Bad = false;
for (pred_iterator PI = pred_begin(OpBlock),
E = pred_end(OpBlock); PI != E; ++PI) {
if (*PI != II->getParent() && !EF->dominates(OpBlock, *PI)) {