[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC32ISelLowering.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 13 11:48:01 PDT 2005



Changes in directory llvm/lib/Target/PowerPC:

PPC32ISelLowering.cpp updated: 1.23 -> 1.24
---
Log message:

Remove some dead vectors


---
Diffs of the changes:  (+0 -4)

 PPC32ISelLowering.cpp |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm/lib/Target/PowerPC/PPC32ISelLowering.cpp
diff -u llvm/lib/Target/PowerPC/PPC32ISelLowering.cpp:1.23 llvm/lib/Target/PowerPC/PPC32ISelLowering.cpp:1.24
--- llvm/lib/Target/PowerPC/PPC32ISelLowering.cpp:1.23	Fri Sep  9 19:21:05 2005
+++ llvm/lib/Target/PowerPC/PPC32ISelLowering.cpp	Tue Sep 13 13:47:49 2005
@@ -312,10 +312,6 @@
   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;






More information about the llvm-commits mailing list