mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Remove a useless statement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32660 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
722cb36069
commit
c597a888c0
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user