summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-04-20 20:34:38 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-04-20 20:34:38 +0000
commit2c441c6afe2791b2d5ba65c544c0853c00d95505 (patch)
tree33f73960aede488c040108c842bb6b1e57ccd916 /llvm/lib/Target/PIC16
parent9603143c5d343393a86dc2c1d2de6af8688f516d (diff)
downloadbcm5719-llvm-2c441c6afe2791b2d5ba65c544c0853c00d95505.tar.gz
bcm5719-llvm-2c441c6afe2791b2d5ba65c544c0853c00d95505.zip
Remove unused variable.
llvm-svn: 69624
Diffstat (limited to 'llvm/lib/Target/PIC16')
-rw-r--r--llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp b/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
index 9db43d57d72..a1268166488 100644
--- a/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
+++ b/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
@@ -387,7 +387,6 @@ void PIC16AsmPrinter::emitFunctionData(MachineFunction &MF) {
// Emit function frame label
- char ch;
O << FunctionLabelBegin << CurrentFnName << ".frame:\n";
const Type *RetType = F->getReturnType();
OpenPOWER on IntegriCloud