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:
c814346
)
Remove unused variable (noticed by clang++).
author
Daniel Dunbar
<daniel@zuster.org>
Sat, 19 Dec 2009 18:58:49 +0000
(18:58 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Sat, 19 Dec 2009 18:58:49 +0000
(18:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91780
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PIC16/PIC16ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PIC16/PIC16ISelLowering.cpp
b/lib/Target/PIC16/PIC16ISelLowering.cpp
index 71c3d373410964a35feaa20dd4137674ef29804d..06cbcb5a69adb46cfbdfbe98c81d14aad6700c68 100644
(file)
--- a/
lib/Target/PIC16/PIC16ISelLowering.cpp
+++ b/
lib/Target/PIC16/PIC16ISelLowering.cpp
@@
-1270,7
+1270,6
@@
PIC16TargetLowering::LowerReturn(SDValue Chain,
std::string FuncName = F->getName();
const char *tmpName = createESName(PAN::getFrameLabel(FuncName));
- SDVTList VTs = DAG.getVTList (MVT::i8, MVT::Other);
SDValue ES = DAG.getTargetExternalSymbol(tmpName, MVT::i8);
SDValue BS = DAG.getConstant(1, MVT::i8);
SDValue RetVal;