mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Remove some dead vectors
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23329 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7835cdde40
commit
31262ce53d
@ -312,10 +312,6 @@ PPC32TargetLowering::LowerArguments(Function &F, SelectionDAG &DAG) {
|
||||
MachineBasicBlock& BB = MF.front();
|
||||
std::vector<SDOperand> ArgValues;
|
||||
|
||||
// Due to the rather complicated nature of the PowerPC ABI, rather than a
|
||||
// fixed size array of physical args, for the sake of simplicity let the STL
|
||||
// handle tracking them for us.
|
||||
std::vector<unsigned> argVR, argPR, argOp;
|
||||
unsigned ArgOffset = 24;
|
||||
unsigned GPR_remaining = 8;
|
||||
unsigned FPR_remaining = 13;
|
||||
|
Loading…
Reference in New Issue
Block a user