projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
998e125
)
Remove unused variable.
author
Daniel Dunbar
<daniel@zuster.org>
Mon, 20 Apr 2009 20:34:38 +0000
(20:34 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Mon, 20 Apr 2009 20:34:38 +0000
(20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69624
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PIC16/PIC16AsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PIC16/PIC16AsmPrinter.cpp
b/lib/Target/PIC16/PIC16AsmPrinter.cpp
index 9db43d57d7274d60a5fd3ad719ea476398a47413..a1268166488fb239c8579acaa7b59db23382e059 100644
(file)
--- a/
lib/Target/PIC16/PIC16AsmPrinter.cpp
+++ b/
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();