[llvm] [ADT][NFC] Remove comments copied from FeatureBitset (PR #71778)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 22:39:16 PST 2023


https://github.com/wangpc-pp created https://github.com/llvm/llvm-project/pull/71778

None

>From 052c18ba7083ae904bd92f744a9b805779342577 Mon Sep 17 00:00:00 2001
From: wangpc <wangpengcheng.pp at bytedance.com>
Date: Thu, 9 Nov 2023 14:38:45 +0800
Subject: [PATCH] [ADT][NFC] Remove comments copied from FeatureBitset

---
 llvm/include/llvm/ADT/Bitset.h | 1 -
 1 file changed, 1 deletion(-)

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