Update a few calls to getSubtarget<> to either be getSubtargetImpl
authorEric Christopher <echristo@gmail.com>
Tue, 27 Jan 2015 07:54:39 +0000 (07:54 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 27 Jan 2015 07:54:39 +0000 (07:54 +0000)
commitfd0f7927e0485ad13f514f877145f2ce30639039
tree4e7d159560a678adbc8603ccd725e53b3c74e8fe
parentf57b52c8baa82a64df86812a05bddae5b1ad76d6
Update a few calls to getSubtarget<> to either be getSubtargetImpl
when we didn't need the cast to the base class or the cached version
off of the subtarget.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227176 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BasicTargetTransformInfo.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/Passes.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp