Skip to content

Commit 4c29db1

Browse files
committed
Drop useless corner case
1 parent 707a36c commit 4c29db1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/CodeGen/MachineLICM.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,6 @@ void MachineLICMImpl::ProcessMI(MachineInstr *MI, BitVector &RUDefs,
580580
}
581581

582582
RUDefs.set(Unit);
583-
if (MO.isImplicit())
584-
RUClobbers.set(Unit);
585583
}
586584
}
587585

0 commit comments

Comments
 (0)