Remove some dead vectors
authorChris Lattner <sabre@nondot.org>
Tue, 13 Sep 2005 18:47:49 +0000 (18:47 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Sep 2005 18:47:49 +0000 (18:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23329 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.cpp

index 340c0a478ad9f492adf465fccd92d21fbc5d644a..0edcfe2e4971689de2c4c269bd96fa2c30f00c1b 100644 (file)
@@ -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;