Remove unused variable (noticed by clang++).

llvm-svn: 91780
This commit is contained in:
Daniel Dunbar 2009-12-19 18:58:49 +00:00
parent e017ecc9e2
commit 877075a41f
1 changed files with 0 additions and 1 deletions

View File

@ -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;