aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.h
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2006-01-25 18:21:52 +0000
committerNate Begeman <natebegeman@mac.com>2006-01-25 18:21:52 +0000
commitacc398c195a697795bff3245943d104eb19192b9 (patch)
treed5efdfaaaf3a9c0d6b467c769dee5ea884aced3c /lib/Target/PowerPC/PPCISelLowering.h
parent05ebc8d795f039f1b7647bb33e995aa2f5c40b73 (diff)
downloadexternal_llvm-acc398c195a697795bff3245943d104eb19192b9.zip
external_llvm-acc398c195a697795bff3245943d104eb19192b9.tar.gz
external_llvm-acc398c195a697795bff3245943d104eb19192b9.tar.bz2
First part of bug 680:
Remove TLI.LowerVA* and replace it with SDNodes that are lowered the same way as everything else. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25606 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.h')
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h
index 5e6fb43..4be2b71 100644
--- a/lib/Target/PowerPC/PPCISelLowering.h
+++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -94,13 +94,6 @@ namespace llvm {
virtual SDOperand LowerReturnTo(SDOperand Chain, SDOperand Op,
SelectionDAG &DAG);
- virtual SDOperand LowerVAStart(SDOperand Chain, SDOperand VAListP,
- Value *VAListV, SelectionDAG &DAG);
-
- virtual std::pair<SDOperand,SDOperand>
- LowerVAArg(SDOperand Chain, SDOperand VAListP, Value *VAListV,
- const Type *ArgTy, SelectionDAG &DAG);
-
virtual std::pair<SDOperand, SDOperand>
LowerFrameReturnAddress(bool isFrameAddr, SDOperand Chain, unsigned Depth,
SelectionDAG &DAG);