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)
commit905f12d96d015e289511319c7defcf1c85b9dc0d
tree64c6203a8ef8f461f607859ecb4de34f7343a33f
parent1889fdc1422a7412f8ab3372fe2111a974b742ab
Remove getSubtargetImpl from AArch64ISelLowering and cache the
correct subtarget by passing it in during the constructor as
TargetLowering is Subtarget specific.

llvm-svn: 227402
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/lib/Target/AArch64/AArch64Subtarget.cpp