Provide a default impl of LowerArguments
authorChris Lattner <sabre@nondot.org>
Wed, 12 Apr 2006 16:21:12 +0000 (16:21 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Apr 2006 16:21:12 +0000 (16:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27605 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index 67b54484d335580f600939c5e52bb290beb9dbeb..882584f313bb3503bf98780685695e3731c099c4 100644 (file)
@@ -524,7 +524,7 @@ public:
   /// LowerArguments - This hook must be implemented to indicate how we should
   /// lower the arguments for the specified function, into the specified DAG.
   virtual std::vector<SDOperand>
-  LowerArguments(Function &F, SelectionDAG &DAG) = 0;
+  LowerArguments(Function &F, SelectionDAG &DAG);
 
   /// LowerCallTo - This hook lowers an abstract call to a function into an
   /// actual call.  This returns a pair of operands.  The first element is the