From: Chris Lattner Date: Tue, 16 May 2006 22:52:11 +0000 (+0000) Subject: There is now a default impl of this method X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6cacaee7249853a085b05fc6eec714803579c02c;p=oota-llvm.git There is now a default impl of this method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28336 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 7f4a10d3150..005a0152a17 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -558,7 +558,7 @@ public: virtual std::pair LowerCallTo(SDOperand Chain, const Type *RetTy, bool isVarArg, unsigned CallingConv, bool isTailCall, SDOperand Callee, - ArgListTy &Args, SelectionDAG &DAG) = 0; + ArgListTy &Args, SelectionDAG &DAG); /// LowerFrameReturnAddress - This hook lowers a call to llvm.returnaddress or /// llvm.frameaddress (depending on the value of the first argument). The