We can get the TLOF from the TargetMachine - so constructor no longer requires Target...
authorAditya Nandakumar <aditya_nandakumar@apple.com>
Thu, 13 Nov 2014 21:29:21 +0000 (21:29 +0000)
committerAditya Nandakumar <aditya_nandakumar@apple.com>
Thu, 13 Nov 2014 21:29:21 +0000 (21:29 +0000)
commit365df40768ae2250c97c5bad4a55c713fbdb7ce2
tree5f5e9c72064b7c8a61cb5c0eb212a253c64a496c
parenta9cc4e7e35940bf96b657f60ff241784cef9a0ac
We can get the TLOF from the TargetMachine - so constructor no longer requires TargetLoweringObjectFile to be passed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221926 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.cpp