[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h

Chris Lattner lattner at cs.uiuc.edu
Wed Apr 12 09:21:24 PDT 2006



Changes in directory llvm/include/llvm/Target:

TargetLowering.h updated: 1.67 -> 1.68
---
Log message:

Provide a default impl of LowerArguments


---
Diffs of the changes:  (+1 -1)

 TargetLowering.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.67 llvm/include/llvm/Target/TargetLowering.h:1.68
--- llvm/include/llvm/Target/TargetLowering.h:1.67	Tue Apr  4 12:21:22 2006
+++ llvm/include/llvm/Target/TargetLowering.h	Wed Apr 12 11:21:12 2006
@@ -524,7 +524,7 @@
   /// 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






More information about the llvm-commits mailing list