forked from OSchip/llvm-project
parent
9f8fddeed8
commit
3a86bcf134
llvm/lib/Transforms/Scalar
|
@ -12419,6 +12419,8 @@ static void AddReachableCodeToWorklist(BasicBlock *BB,
|
||||||
DBI_Prev->eraseFromParent();
|
DBI_Prev->eraseFromParent();
|
||||||
}
|
}
|
||||||
DBI_Prev = DBI_Next;
|
DBI_Prev = DBI_Next;
|
||||||
|
} else {
|
||||||
|
DBI_Prev = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
IC.AddToWorkList(Inst);
|
IC.AddToWorkList(Inst);
|
||||||
|
|
Loading…
Reference in New Issue