mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Remove unused variable (noticed by clang++).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91780 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c814346c9d
commit
d4f84dadda
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user