Get the cached subtarget off the MachineFunction rather than
authorEric Christopher <echristo@gmail.com>
Fri, 20 Feb 2015 08:24:37 +0000 (08:24 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 20 Feb 2015 08:24:37 +0000 (08:24 +0000)
commitf179b3f1d91581c29421225d089cd85d28e14d2e
tree6d260b2b94a381290005e96e7c05060143a082cb
parent3ce9f152e478c65d8d2dc910c1fd68ab87f07df0
Get the cached subtarget off the MachineFunction rather than
inquiring for a new one from the TargetMachine.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229999 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMMachineFunctionInfo.cpp
lib/Target/ARM/ARMRegisterInfo.td
lib/Target/ARM/ARMSelectionDAGInfo.cpp
lib/Target/ARM/MLxExpansionPass.cpp
lib/Target/ARM/Thumb1InstrInfo.cpp