Remove getSubtargetImpl calls from FastISel, we can get it from
authorEric Christopher <echristo@gmail.com>
Wed, 8 Oct 2014 23:38:33 +0000 (23:38 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 8 Oct 2014 23:38:33 +0000 (23:38 +0000)
commit5d61941de0b4f6e488ef989f6c1093ecf6937f55
treea8dd6e3beafe62c1bc6103fc4710eb616f75a77d
parent38a670a611207928df168761c77fb486af68d4c6
Remove getSubtargetImpl calls from FastISel, we can get it from
the MachineFunction where it's already cached.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219366 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/FastISel.cpp