diff --git a/llvm/include/llvm/CodeGen/TargetLowering.h b/llvm/include/llvm/CodeGen/TargetLowering.h index 529d3f91f3ad8..9b94cdc901256 100644 --- a/llvm/include/llvm/CodeGen/TargetLowering.h +++ b/llvm/include/llvm/CodeGen/TargetLowering.h @@ -4696,7 +4696,7 @@ class TargetLowering : public TargetLoweringBase { SelectionDAG &DAG) const; // Targets may override this function to collect operands from the CallInst - // and for example, lower them into the SelectionDAG operands. + // and for example, lower them into the SelectionDAG operands. virtual void CollectTargetIntrinsicOperands(const CallInst &I, SmallVectorImpl &Ops, SelectionDAG &DAG) const;