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