aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16ISelLowering.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-19 18:58:49 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-19 18:58:49 +0000
commit1745c3efa385a0b6b77529812868db818c4835e6 (patch)
tree61a6551644d2dd138a2bb46dcfee1a187406b174 /lib/Target/PIC16/PIC16ISelLowering.cpp
parent6bfe3ab5cfa7b2f4d8baf503344bf941e667b62b (diff)
downloadexternal_llvm-1745c3efa385a0b6b77529812868db818c4835e6.tar.gz
external_llvm-1745c3efa385a0b6b77529812868db818c4835e6.tar.bz2
external_llvm-1745c3efa385a0b6b77529812868db818c4835e6.zip
Remove unused variable (noticed by clang++).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16ISelLowering.cpp')
-rw-r--r--lib/Target/PIC16/PIC16ISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16ISelLowering.cpp b/lib/Target/PIC16/PIC16ISelLowering.cpp
index 71c3d37341..06cbcb5a69 100644
--- 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;