Skip to content

Commit 9972c9a

Browse files
committed
[NFC] Remove unused member variable PolicyBitMask in SemaRecord
Coverity static analysis tool found PolicyBitMask being used uninitialized in push_back call in RVVEmitter::createRVVIntrinsics() but this variable has no uses. Differential revision: https://reviews.llvm.org/D146847
1 parent 4eada0c commit 9972c9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/utils/TableGen/RISCVVEmitter.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ struct SemaRecord {
5757
// Suffix of overloaded intrinsic name.
5858
SmallVector<PrototypeDescriptor> OverloadedSuffix;
5959

60-
// BitMask for supported policies.
61-
uint16_t PolicyBitMask;
62-
6360
// Number of field, large than 1 if it's segment load/store.
6461
unsigned NF;
6562

0 commit comments

Comments
 (0)