[AArch64] Removing redundant PAuth flag

This removes `HasPAUTH` from `AArch64SubTarget`, as it seems to be a
redundant, unused copy of `HasPAuth`.

Differential Revision: https://reviews.llvm.org/D117782
This commit is contained in:
tyb0807 2022-01-20 11:28:19 +00:00
parent 5aa08bf708
commit e21f90dba2
1 changed files with 0 additions and 2 deletions

View File

@ -218,7 +218,6 @@ protected:
bool HasETE = false;
bool HasTRBE = false;
bool HasBRBE = false;
bool HasPAUTH = false;
bool HasSPE_EEF = false;
// HasZeroCycleRegMove - Has zero-cycle register mov instructions.
@ -511,7 +510,6 @@ public:
bool hasRandGen() const { return HasRandGen; }
bool hasMTE() const { return HasMTE; }
bool hasTME() const { return HasTME; }
bool hasPAUTH() const { return HasPAUTH; }
// Arm SVE2 extensions
bool hasSVE2AES() const { return HasSVE2AES; }
bool hasSVE2SM4() const { return HasSVE2SM4; }