Replace calls to get the subtarget and TargetFrameLowering with
authorEric Christopher <echristo@gmail.com>
Wed, 8 Oct 2014 08:46:34 +0000 (08:46 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 8 Oct 2014 08:46:34 +0000 (08:46 +0000)
commit5dd4454174c68cc7ba0111657e519fc4fa20fa5d
tree4c1539638cf5c1842004aad5506ba2b910dde438
parent13ffdf88dc033cd9d6aab9741708336252946218
Replace calls to get the subtarget and TargetFrameLowering with
cached variables and a single call in the constructor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219287 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFrameInfo.h
lib/CodeGen/MachineFunction.cpp