mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-31 07:43:37 +00:00
Remove unnecessary check. isDelayFiller(MBB, I) will evaluate to true before
I->getDesc().hasDelaySlot() does. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141148 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cfc3fb5737
commit
f2f70c2493
@ -146,7 +146,6 @@ Filler::findDelayInstr(MachineBasicBlock &MBB,
|
||||
if (I->hasUnmodeledSideEffects()
|
||||
|| I->isInlineAsm()
|
||||
|| I->isLabel()
|
||||
|| I->getDesc().hasDelaySlot()
|
||||
|| isDelayFiller(MBB, I)
|
||||
|| I->getDesc().isPseudo()
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user