[llvm] dfecfc7 - [ADT][NFC] Remove Bitset comments copied from FeatureBitset (#71778)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 9 09:21:54 PST 2023
Author: Wang Pengcheng
Date: 2023-11-10T01:21:50+08:00
New Revision: dfecfc7ed07ea4ae902d3be721d75a3ed8ebb076
URL: https://github.com/llvm/llvm-project/commit/dfecfc7ed07ea4ae902d3be721d75a3ed8ebb076
DIFF: https://github.com/llvm/llvm-project/commit/dfecfc7ed07ea4ae902d3be721d75a3ed8ebb076.diff
LOG: [ADT][NFC] Remove Bitset comments copied from FeatureBitset (#71778)
Added:
Modified:
llvm/include/llvm/ADT/Bitset.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/ADT/Bitset.h b/llvm/include/llvm/ADT/Bitset.h
index 839d3fe3abf6e1a..4ba5c63535b2d2d 100644
--- a/llvm/include/llvm/ADT/Bitset.h
+++ b/llvm/include/llvm/ADT/Bitset.h
@@ -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.
More information about the llvm-commits
mailing list