diff options
author | Kazu Hirata <kazu@google.com> | 2023-02-20 00:58:29 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-02-20 00:58:29 -0800 |
commit | 5e111eb275eee3bec1123b4b85606328017e5ee5 (patch) | |
tree | 06d9dcd437160417ca01b43cf6550ef98de4b96f /llvm/lib/Support/Signposts.cpp | |
parent | f6e22f2f63b4f44adb904d017313f5a286a3a89f (diff) | |
download | llvm-5e111eb275eee3bec1123b4b85606328017e5ee5.zip llvm-5e111eb275eee3bec1123b4b85606328017e5ee5.tar.gz llvm-5e111eb275eee3bec1123b4b85606328017e5ee5.tar.bz2 |
Migrate away from the soft-deprecated functions in APInt.h (NFC)
Note that those functions on the left hand side are soft-deprecated in
favor of those on the right hand side:
getMinSignedBits -> getSignificantBits
getNullValue -> getZero
isNullValue -> isZero
isOneValue -> isOne
Diffstat (limited to 'llvm/lib/Support/Signposts.cpp')
0 files changed, 0 insertions, 0 deletions