[PATCH] D141798: Drop the ZeroBehavior parameter from countLeadingZeros and the like (NFC)
Jessica Clarke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 18 19:02:35 PST 2023
jrtc27 added inline comments.
================
Comment at: llvm/include/llvm/Support/MathExtras.h:225
///
/// \param ZB the behavior on an input of 0. Only ZB_Max and ZB_Undefined are
/// valid arguments.
----------------
A bunch of functions still have this documentation, but these are now the only possible values, so this seems redundant
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141798/new/
https://reviews.llvm.org/D141798
More information about the cfe-commits
mailing list