projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7835cdd
)
Remove some dead vectors
author
Chris Lattner
<sabre@nondot.org>
Tue, 13 Sep 2005 18:47:49 +0000
(18:47 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCISelLowering.cpp
b/lib/Target/PowerPC/PPCISelLowering.cpp
index 340c0a478ad9f492adf465fccd92d21fbc5d644a..0edcfe2e4971689de2c4c269bd96fa2c30f00c1b 100644
(file)
--- a/
lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/
lib/Target/PowerPC/PPCISelLowering.cpp
@@
-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;