[llvm] caa971f - SelectionDAGNodes.h - fix Wdocumentation warnings. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 30 03:05:49 PDT 2022


Author: Simon Pilgrim
Date: 2022-07-30T11:05:33+01:00
New Revision: caa971f216f2aa3be2806aad84081e0895bf9014

URL: https://github.com/llvm/llvm-project/commit/caa971f216f2aa3be2806aad84081e0895bf9014
DIFF: https://github.com/llvm/llvm-project/commit/caa971f216f2aa3be2806aad84081e0895bf9014.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 389fbce72ad04..bf675a0e76a71 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