Skip to content

Commit dfecfc7

Browse files
authored
[ADT][NFC] Remove Bitset comments copied from FeatureBitset (#71778)
1 parent 6fdb1bf commit dfecfc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/ADT/Bitset.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
namespace llvm {
2525

26-
/// Container class for subtarget features.
2726
/// This is a constexpr reimplementation of a subset of std::bitset. It would be
2827
/// nice to use std::bitset directly, but it doesn't support constant
2928
/// initialization.

0 commit comments

Comments
 (0)