Access the TargetLoweringInfo from the TargetMachine object instead of caching it...
authorBill Wendling <isanbard@gmail.com>
Wed, 19 Jun 2013 21:07:11 +0000 (21:07 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 19 Jun 2013 21:07:11 +0000 (21:07 +0000)
commitf9fd58a44bbc7d9371ce39eb20eec16b0f1f7395
tree3aa6bc4754eb7256002fd51bb3e65790051cd291
parent4655485eb7dc1d137595149b9bd58eb73e11bb19
Access the TargetLoweringInfo from the TargetMachine object instead of caching it. The TLI may change between functions. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184352 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/Passes.h
include/llvm/Transforms/Scalar.h
lib/CodeGen/Passes.cpp
lib/Target/ARM/ARMTargetMachine.cpp
lib/Transforms/Scalar/CodeGenPrepare.cpp
lib/Transforms/Scalar/GlobalMerge.cpp
lib/Transforms/Utils/LowerInvoke.cpp