There is now a default impl of this method
authorChris Lattner <sabre@nondot.org>
Tue, 16 May 2006 22:52:11 +0000 (22:52 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 May 2006 22:52:11 +0000 (22:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28336 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index 7f4a10d31500baa0757b86cb3c733e22a415ea3b..005a0152a1703481c68e7c87e19a764209fc3f26 100644 (file)
@@ -558,7 +558,7 @@ public:
   virtual std::pair<SDOperand, SDOperand>
   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