summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelLowering.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-16 18:18:50 +0000
committerChris Lattner <sabre@nondot.org>2006-05-16 18:18:50 +0000
commit8ab5fe574a388598b7ca945b4cd12e2485268027 (patch)
tree8f9e3f5d9eb2d2571e7f48377576ddcbbbfddd96 /lib/Target/PowerPC/PPCISelLowering.h
parent3e348494bbe72609893957510d56fb0266531306 (diff)
downloadllvm-8ab5fe574a388598b7ca945b4cd12e2485268027.tar.gz
llvm-8ab5fe574a388598b7ca945b4cd12e2485268027.tar.bz2
llvm-8ab5fe574a388598b7ca945b4cd12e2485268027.tar.xz
Switch the PPC backend over to using FORMAL_ARGUMENTS for formal argument
handling. This makes the lower argument code significantly simpler (we only need to handle legal argument types). Incidentally, this also implements support for vector argument registers, so long as they are not on the stack. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28331 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.h')
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h
index bcd7268b93..f5bfff559b 100644
--- a/lib/Target/PowerPC/PPCISelLowering.h
+++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -166,10 +166,6 @@ namespace llvm {
uint64_t &KnownZero,
uint64_t &KnownOne,
unsigned Depth = 0) const;
- /// LowerArguments - This hook must be implemented to indicate how we should
- /// lower the arguments for the specified function, into the specified DAG.
- virtual std::vector<SDOperand>
- LowerArguments(Function &F, SelectionDAG &DAG);
/// LowerCallTo - This hook lowers an abstract call to a function into an
/// actual call.