diff options
| -rw-r--r-- | llvm/include/llvm/Target/TargetLowering.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetLowering.h b/llvm/include/llvm/Target/TargetLowering.h index 67b54484d33..882584f313b 100644 --- a/llvm/include/llvm/Target/TargetLowering.h +++ b/llvm/include/llvm/Target/TargetLowering.h @@ -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  | 

