summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-11 20:42:37 +0000
committerChris Lattner <sabre@nondot.org>2009-08-11 20:42:37 +0000
commit2c30970b22112b0fe7a603005ea2b26d11e69b95 (patch)
tree1786cb56b4ad655f84cbd240b3f8f9a3092644d1 /llvm/lib/Target/PIC16
parent67e5ea2726877a05a94d10df3cb0b01a1d799778 (diff)
downloadbcm5719-llvm-2c30970b22112b0fe7a603005ea2b26d11e69b95.tar.gz
bcm5719-llvm-2c30970b22112b0fe7a603005ea2b26d11e69b95.zip
pass the TargetTriple down from each target ctor to the
LLVMTargetMachine ctor. It is currently unused. llvm-svn: 78711
Diffstat (limited to 'llvm/lib/Target/PIC16')
-rw-r--r--llvm/lib/Target/PIC16/PIC16TargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp b/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp
index f2d8aab9b99..d09097c17f3 100644
--- a/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp
+++ b/llvm/lib/Target/PIC16/PIC16TargetMachine.cpp
@@ -23,7 +23,7 @@ using namespace llvm;
// PIC16TargetMachine - Traditional PIC16 Machine.
PIC16TargetMachine::PIC16TargetMachine(const Target &T, const std::string &TT,
const std::string &FS, bool Cooper)
-: LLVMTargetMachine(T),
+: LLVMTargetMachine(T, TT),
Subtarget(TT, FS, Cooper),
DataLayout("e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8"),
InstrInfo(*this), TLInfo(*this),
OpenPOWER on IntegriCloud