diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-02 04:41:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-02 04:41:14 +0000 |
commit | 3878bff390c04ce3e4e1758828926981a9f5fde7 (patch) | |
tree | 9fbd97bcde5212134044f2adc46ecdd63f4245f8 /lib/Target/PIC16/PIC16TargetMachine.cpp | |
parent | 9ba8c6872dc722d0f9f804fcd67bace4acfe67ba (diff) |
PIC16 TAI doesn't need TM
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16TargetMachine.cpp')
-rw-r--r-- | lib/Target/PIC16/PIC16TargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16TargetMachine.cpp b/lib/Target/PIC16/PIC16TargetMachine.cpp index 6a4492c548..1c5d3d4f2e 100644 --- a/lib/Target/PIC16/PIC16TargetMachine.cpp +++ b/lib/Target/PIC16/PIC16TargetMachine.cpp @@ -38,7 +38,7 @@ CooperTargetMachine::CooperTargetMachine(const Target &T, const Module &M, const TargetAsmInfo *PIC16TargetMachine::createTargetAsmInfo() const { - return new PIC16TargetAsmInfo(*this); + return new PIC16TargetAsmInfo(); } bool PIC16TargetMachine::addInstSelector(PassManagerBase &PM, |