Remove getSubtargetImpl from AArch64ISelLowering and cache the
authorEric Christopher <echristo@gmail.com>
Thu, 29 Jan 2015 00:19:42 +0000 (00:19 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 29 Jan 2015 00:19:42 +0000 (00:19 +0000)
commitbd2a7002089ebc74f6415d12162dc05c51553ecf
treeef5352ec7cdded26735b6d401d2e52843b489faf
parent3dd7e821238dd197e4886492cce460fca6b6d65a
Remove getSubtargetImpl from AArch64ISelLowering 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@227402 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
lib/Target/AArch64/AArch64Subtarget.cpp