mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Remove dead variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28247 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
433698bbbc
commit
27aaa398ee
@ -469,7 +469,6 @@ SparcTargetLowering::LowerCallTo(SDOperand Chain, const Type *RetTy,
|
|||||||
bool isVarArg, unsigned CC,
|
bool isVarArg, unsigned CC,
|
||||||
bool isTailCall, SDOperand Callee,
|
bool isTailCall, SDOperand Callee,
|
||||||
ArgListTy &Args, SelectionDAG &DAG) {
|
ArgListTy &Args, SelectionDAG &DAG) {
|
||||||
MachineFunction &MF = DAG.getMachineFunction();
|
|
||||||
// Count the size of the outgoing arguments.
|
// Count the size of the outgoing arguments.
|
||||||
unsigned ArgsSize = 0;
|
unsigned ArgsSize = 0;
|
||||||
for (unsigned i = 0, e = Args.size(); i != e; ++i) {
|
for (unsigned i = 0, e = Args.size(); i != e; ++i) {
|
||||||
|
Loading…
Reference in New Issue
Block a user