Skip to content

Commit b67824e

Browse files
Address a comment.
1 parent c5add8b commit b67824e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/APInt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class [[nodiscard]] APInt {
154154
/// Once all uses of this constructor are migrated to other constructors,
155155
/// consider marking this overload ""= delete" to prevent calls from being
156156
/// incorrectly bound to the APInt(unsigned, uint64_t, bool) constructor.
157-
LLVM_DEPRECATED("Use other constructors of APInt", "APInt")
157+
[[deprecated("Use other constructors of APInt")]]
158158
LLVM_ABI APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]);
159159

160160
/// Construct an APInt from a string representation.

0 commit comments

Comments
 (0)