forked from OSchip/llvm-project
parent
36d256f170
commit
9cd2ef34e6
|
@ -469,7 +469,6 @@ SparcTargetLowering::LowerCallTo(SDOperand Chain, const Type *RetTy,
|
|||
bool isVarArg, unsigned CC,
|
||||
bool isTailCall, SDOperand Callee,
|
||||
ArgListTy &Args, SelectionDAG &DAG) {
|
||||
MachineFunction &MF = DAG.getMachineFunction();
|
||||
// Count the size of the outgoing arguments.
|
||||
unsigned ArgsSize = 0;
|
||||
for (unsigned i = 0, e = Args.size(); i != e; ++i) {
|
||||
|
|
Loading…
Reference in New Issue