1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Remove unnecessary check. isDelayFiller(MBB, I) will evaluate to true before

I->getDesc().hasDelaySlot() does.

llvm-svn: 141148
This commit is contained in:
Akira Hatanaka 2011-10-05 01:15:31 +00:00
parent cf11c1bfbe
commit c073bd7709

View File

@ -146,7 +146,6 @@ Filler::findDelayInstr(MachineBasicBlock &MBB,
if (I->hasUnmodeledSideEffects()
|| I->isInlineAsm()
|| I->isLabel()
|| I->getDesc().hasDelaySlot()
|| isDelayFiller(MBB, I)
|| I->getDesc().isPseudo()
//