Remove getSubtargetImpl from ARMISelLowering and cache the
authorEric Christopher <echristo@gmail.com>
Thu, 29 Jan 2015 00:19:39 +0000 (00:19 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 29 Jan 2015 00:19:39 +0000 (00:19 +0000)
commit3dd7e821238dd197e4886492cce460fca6b6d65a
tree0cda18b0b5327017813035a6261d28b071743d97
parent92185fdb9f7d5e717a6eb6cf83328001e8dbc3fa
Remove getSubtargetImpl from ARMISelLowering and cache the
correct subtarget by passing it in during the constructor as
TargetLowering is Subtarget specific.

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