[llvm] 6aaac4c - Remove trailing whitespace from comment

Noah Goldstein via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 21 15:07:54 PST 2023


Author: Noah Goldstein
Date: 2023-01-21T15:07:27-08:00
New Revision: 6aaac4c144572ddca0d83d9162cc42a9ff3fb2e0

URL: https://github.com/llvm/llvm-project/commit/6aaac4c144572ddca0d83d9162cc42a9ff3fb2e0
DIFF: https://github.com/llvm/llvm-project/commit/6aaac4c144572ddca0d83d9162cc42a9ff3fb2e0.diff

LOG: Remove trailing whitespace from comment

Differential Revision: https://reviews.llvm.org/D142289

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/TargetLowering.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/TargetLowering.h b/llvm/include/llvm/CodeGen/TargetLowering.h
index 529d3f91f3ad..9b94cdc90125 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<SDValue> &Ops,
                                               SelectionDAG &DAG) const;


        


More information about the llvm-commits mailing list