summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore
diff options
context:
space:
mode:
authorAditya Nandakumar <aditya_nandakumar@apple.com>2014-11-13 21:29:21 +0000
committerAditya Nandakumar <aditya_nandakumar@apple.com>2014-11-13 21:29:21 +0000
commit3053155652cf1d1c3f82f230fe62fd4c1c80b9d4 (patch)
treee2f2c870bfdc4727d94df94d4750f753dc7967cc /llvm/lib/Target/XCore
parent829da45631de0383ba9043dcee0fd78c90aaac1c (diff)
downloadbcm5719-llvm-3053155652cf1d1c3f82f230fe62fd4c1c80b9d4.tar.gz
bcm5719-llvm-3053155652cf1d1c3f82f230fe62fd4c1c80b9d4.zip
We can get the TLOF from the TargetMachine - so constructor no longer requires TargetLoweringObjectFile to be passed.
llvm-svn: 221926
Diffstat (limited to 'llvm/lib/Target/XCore')
-rw-r--r--llvm/lib/Target/XCore/XCoreISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/XCoreISelLowering.cpp b/llvm/lib/Target/XCore/XCoreISelLowering.cpp
index 5aff27bfe4b..96c43ae8ba9 100644
--- a/llvm/lib/Target/XCore/XCoreISelLowering.cpp
+++ b/llvm/lib/Target/XCore/XCoreISelLowering.cpp
@@ -69,7 +69,7 @@ getTargetNodeName(unsigned Opcode) const
}
XCoreTargetLowering::XCoreTargetLowering(const TargetMachine &TM)
- : TargetLowering(TM, TM.getObjFileLowering()), TM(TM),
+ : TargetLowering(TM), TM(TM),
Subtarget(TM.getSubtarget<XCoreSubtarget>()) {
// Set up the register classes.
OpenPOWER on IntegriCloud