mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-25 00:33:15 +00:00
Delete an unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55915 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ac8ab789ac
commit
8106b0a995
@ -927,7 +927,6 @@ static SDValue LowerFORMAL_ARGUMENT(SDValue Op, SelectionDAG &DAG,
|
|||||||
MachineFunction &MF = DAG.getMachineFunction();
|
MachineFunction &MF = DAG.getMachineFunction();
|
||||||
MVT ObjectVT = Op.getValue(ArgNo).getValueType();
|
MVT ObjectVT = Op.getValue(ArgNo).getValueType();
|
||||||
SDValue Root = Op.getOperand(0);
|
SDValue Root = Op.getOperand(0);
|
||||||
std::vector<SDValue> ArgValues;
|
|
||||||
MachineRegisterInfo &RegInfo = MF.getRegInfo();
|
MachineRegisterInfo &RegInfo = MF.getRegInfo();
|
||||||
|
|
||||||
static const unsigned GPRArgRegs[] = {
|
static const unsigned GPRArgRegs[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user