diff options
author | Nate Begeman <natebegeman@mac.com> | 2006-01-25 18:21:52 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2006-01-25 18:21:52 +0000 |
commit | e74795cd7029ec4f923de6e63e3fae7ad439539b (patch) | |
tree | 47db25b70dbec92b987127959837cc9eef381157 /llvm/lib/Target/Alpha/AlphaISelLowering.h | |
parent | c3cafb8a67574b8c5134c1c7eecc671325779a1f (diff) | |
download | bcm5719-llvm-e74795cd7029ec4f923de6e63e3fae7ad439539b.tar.gz bcm5719-llvm-e74795cd7029ec4f923de6e63e3fae7ad439539b.zip |
First part of bug 680:
Remove TLI.LowerVA* and replace it with SDNodes that are lowered the same
way as everything else.
llvm-svn: 25606
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.h')
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelLowering.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.h b/llvm/lib/Target/Alpha/AlphaISelLowering.h index 6b6db79a04e..aedaf395c6e 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.h +++ b/llvm/lib/Target/Alpha/AlphaISelLowering.h @@ -75,15 +75,6 @@ namespace llvm { bool isTailCall, SDOperand Callee, ArgListTy &Args, SelectionDAG &DAG); - virtual SDOperand LowerVAStart(SDOperand Chain, SDOperand VAListP, - Value *VAListV, SelectionDAG &DAG); - virtual SDOperand LowerVACopy(SDOperand Chain, SDOperand SrcP, Value *SrcV, - SDOperand DestP, Value *DestV, - SelectionDAG &DAG); - virtual std::pair<SDOperand,SDOperand> - LowerVAArg(SDOperand Chain, SDOperand VAListP, Value *VAListV, - const Type *ArgTy, SelectionDAG &DAG); - void restoreGP(MachineBasicBlock* BB); void restoreRA(MachineBasicBlock* BB); unsigned getVRegGP() { return GP; } |