We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50b096 commit 0ea54beCopy full SHA for 0ea54be
llvm/include/llvm/ADT/BitVector.h
@@ -327,7 +327,7 @@ class BitVector {
327
328
/// find_prev_unset - Returns the index of the first unset bit that precedes
329
/// the bit at \p PriorTo. Returns -1 if all previous bits are set.
330
- int find_prev_unset(unsigned PriorTo) {
+ int find_prev_unset(unsigned PriorTo) const {
331
return find_last_unset_in(0, PriorTo);
332
}
333
0 commit comments