[llvm] 630a65f - SelectionDAGNodes.h - fix Wdocumentation warnings. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 07:10:55 PDT 2022


Author: Simon Pilgrim
Date: 2022-08-01T15:09:16+01:00
New Revision: 630a65f3da19d0e8a87f44e15c56e8e20baac1aa

URL: https://github.com/llvm/llvm-project/commit/630a65f3da19d0e8a87f44e15c56e8e20baac1aa
DIFF: https://github.com/llvm/llvm-project/commit/630a65f3da19d0e8a87f44e15c56e8e20baac1aa.diff

LOG: SelectionDAGNodes.h - fix Wdocumentation warnings. NFC.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
index bf675a0e76a7..810e571f7bf7 100644
--- a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -2081,8 +2081,8 @@ class BuildVectorSDNode : public SDNode {
   bool isConstant() const;
 
   /// If this BuildVector is constant and represents the numerical series
-  /// `<a, a+n, a+2n, a+3n, ...>` where a is integer and n is a non-zero integer,
-  /// the value `<a,n>` is returned.
+  /// "<a, a+n, a+2n, a+3n, ...>" where a is integer and n is a non-zero integer,
+  /// the value "<a,n>" is returned.
   Optional<std::pair<APInt, APInt>> isConstantSequence() const;
 
   /// Recast bit data \p SrcBitElements to \p DstEltSizeInBits wide elements.


        


More information about the llvm-commits mailing list