OSDN Git Service

Remove some redundant checks.
authorBob Wilson <bob.wilson@apple.com>
Tue, 20 Mar 2012 19:28:22 +0000 (19:28 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 20 Mar 2012 19:28:22 +0000 (19:28 +0000)
commit055a8127c9ffee287807fe7cc1b115d0f40162b0
tree82c3224d2088f1235f7b4b53cc84f777ed0c2cef
parent666da1611a87f84c3971323445a6687bee4606fd
Remove some redundant checks.

ARMFrameLowering::hasReservedCallFrame is already checking for variable
sized objects, so there's no point in checking it twice.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153109 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMFrameLowering.cpp