mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
LowerCallTo now takes the cc to use
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21901 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9092fa310c
commit
b15a8f5f8c
@ -262,7 +262,8 @@ public:
|
||||
typedef std::vector<std::pair<SDOperand, const Type*> > ArgListTy;
|
||||
virtual std::pair<SDOperand, SDOperand>
|
||||
LowerCallTo(SDOperand Chain, const Type *RetTy, bool isVarArg,
|
||||
SDOperand Callee, ArgListTy &Args, SelectionDAG &DAG) = 0;
|
||||
unsigned CallingConv, 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.
|
||||
|
Loading…
Reference in New Issue
Block a user