summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-15 23:17:20 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-15 23:17:20 +0000
commit15c3e71e6f7507aec4a1cec3876bb218bc63cd00 (patch)
tree762461ba776edbe52c4af847c6e3728e6e0b8feb /llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
parente3c21e6540df0170e080d675eea2fce84f0a7a0a (diff)
downloadbcm5719-llvm-15c3e71e6f7507aec4a1cec3876bb218bc63cd00.tar.gz
bcm5719-llvm-15c3e71e6f7507aec4a1cec3876bb218bc63cd00.zip
Register AsmPrinter for XCore, MSP430, and PIC16 targets.
- Switch to standard addAssemblyEmitter logic. llvm-svn: 75854
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp')
-rw-r--r--llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp b/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
index ebfa3cbc4ae..ca654a32fb1 100644
--- a/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
+++ b/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
@@ -113,7 +113,7 @@ bool PIC16AsmPrinter::runOnMachineFunction(MachineFunction &MF) {
/// regardless of whether the function is in SSA form.
///
FunctionPass *llvm::createPIC16CodePrinterPass(formatted_raw_ostream &o,
- PIC16TargetMachine &tm,
+ TargetMachine &tm,
bool verbose) {
return new PIC16AsmPrinter(o, tm, tm.getTargetAsmInfo(), verbose);
}
OpenPOWER on IntegriCloud