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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits