switch a private implementation of GetFunctionSizeInBytes.
authorChris Lattner <sabre@nondot.org>
Thu, 22 Jul 2010 21:14:33 +0000 (21:14 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Jul 2010 21:14:33 +0000 (21:14 +0000)
commit1c55386dae428d076bd7d054ed8bbb59c4ba954e
treedcdeaf3dfad9ea5491d00d4e2adcc0d9a3963a0f
parent2a1a44fe6002099b591850d9476cad613c425379
switch a private implementation of GetFunctionSizeInBytes.
This is probably not the best way to implement "Force LR to
be spilled if the Thumb function size is > 2048." do this,
it should use the branch shortening infrastructure, but I'm
just preserving functionality here.

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