Commit 0ea54be
authored
[ADT] Mark BitVector::find_prev_unset const (NFC) (llvm#156272)
find_prev_unset calls find_last_unset_in, a const method, but
find_prev_unset itself isn't marked const.1 parent a50b096 commit 0ea54be
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
0 commit comments