SelectionDAGNodes.h - fix Wdocumentation warnings. NFC.

This commit is contained in:
Simon Pilgrim 2022-08-01 15:09:16 +01:00
parent 27105e2f30
commit 630a65f3da
1 changed files with 2 additions and 2 deletions

View File

@ -2081,8 +2081,8 @@ public:
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.