Remove unnecessary check. isDelayFiller(MBB, I) will evaluate to true before
authorAkira Hatanaka <ahatanaka@mips.com>
Wed, 5 Oct 2011 01:15:31 +0000 (01:15 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Wed, 5 Oct 2011 01:15:31 +0000 (01:15 +0000)
commitf2f70c2493b9880333b9c052fe7cb56331198599
treefe3555090fa781ae7ebd77afa1a9ca95d31bff22
parentcfc3fb57372b2ebd580b966469121cba2029bae9
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
lib/Target/Mips/MipsDelaySlotFiller.cpp