[all-commits] [llvm/llvm-project] bed3c7: [ADT] Remove BitVector::next_unset_in_word (#156273)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Aug 31 23:43:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bed3c7e74251d463ce724fae329ae106967e4728
https://github.com/llvm/llvm-project/commit/bed3c7e74251d463ce724fae329ae106967e4728
Author: Kazu Hirata <kazu at google.com>
Date: 2025-08-31 (Sun, 31 Aug 2025)
Changed paths:
M llvm/include/llvm/ADT/BitVector.h
Log Message:
-----------
[ADT] Remove BitVector::next_unset_in_word (#156273)
This patch removes BitVector::next_unset_in_word as the private method
doesn't seem to be used anywhere.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list