Skip to content

Commit 567941b

Browse files
committed
[Clang][SME] Remove unused HasSVE2p1 variable
Removes the HasSVE2p1 variable to stop a warning from #76975
1 parent 8c7f10e commit 567941b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Basic/Targets/AArch64.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class LLVM_LIBRARY_VISIBILITY AArch64TargetInfo : public TargetInfo {
5050
bool HasMatMul = false;
5151
bool HasBFloat16 = false;
5252
bool HasSVE2 = false;
53-
bool HasSVE2p1 = false;
5453
bool HasSVE2AES = false;
5554
bool HasSVE2SHA3 = false;
5655
bool HasSVE2SM4 = false;

0 commit comments

Comments
 (0)