Skip to content

Commit

Permalink
[ADT][NFC] Remove Bitset comments copied from FeatureBitset (llvm#71778)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpc-pp committed Nov 9, 2023
1 parent 6fdb1bf commit dfecfc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/include/llvm/ADT/Bitset.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

namespace llvm {

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

0 comments on commit dfecfc7

Please sign in to comment.