diff --git a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h index bf675a0e76a71..810e571f7bf7c 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 - /// `` where a is integer and n is a non-zero integer, - /// the value `` is returned. + /// "" where a is integer and n is a non-zero integer, + /// the value "" is returned. Optional> isConstantSequence() const; /// Recast bit data \p SrcBitElements to \p DstEltSizeInBits wide elements.