mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Change LowerCallTo to take a boolean isVarArg argument. This is needed
by the PowerPC backend, and probably others in the future. llvm-svn: 20843
This commit is contained in:
parent
f821401825
commit
e0ab2218d1
@ -234,10 +234,9 @@ public:
|
||||
/// element is the outgoing token chain.
|
||||
typedef std::vector<std::pair<SDOperand, const Type*> > ArgListTy;
|
||||
virtual std::pair<SDOperand, SDOperand>
|
||||
LowerCallTo(SDOperand Chain, const Type *RetTy, SDOperand Callee,
|
||||
ArgListTy &Args, SelectionDAG &DAG) = 0;
|
||||
LowerCallTo(SDOperand Chain, const Type *RetTy, bool isVarArg,
|
||||
SDOperand Callee, ArgListTy &Args, SelectionDAG &DAG) = 0;
|
||||
|
||||
|
||||
/// LowerVAStart - This lowers the llvm.va_start intrinsic. If not
|
||||
/// implemented, this method prints a message and aborts.
|
||||
virtual std::pair<SDOperand, SDOperand>
|
||||
|
Loading…
x
Reference in New Issue
Block a user