mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01: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();
|
||||
MVT ObjectVT = Op.getValue(ArgNo).getValueType();
|
||||
SDValue Root = Op.getOperand(0);
|
||||
std::vector<SDValue> ArgValues;
|
||||
MachineRegisterInfo &RegInfo = MF.getRegInfo();
|
||||
|
||||
static const unsigned GPRArgRegs[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user