mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 07:41:38 +00:00
Delete an unused variable.
llvm-svn: 55915
This commit is contained in:
parent
c60c8e35eb
commit
fedd10cd95
@ -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