diff options
Diffstat (limited to 'llvm/lib/Target/AArch64/AArch64Subtarget.h')
-rw-r--r-- | llvm/lib/Target/AArch64/AArch64Subtarget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64Subtarget.h b/llvm/lib/Target/AArch64/AArch64Subtarget.h index e94a044c09c..f2ad4b504ac 100644 --- a/llvm/lib/Target/AArch64/AArch64Subtarget.h +++ b/llvm/lib/Target/AArch64/AArch64Subtarget.h @@ -128,7 +128,7 @@ protected: bool HasSpecRestrict = false; bool HasSSBS = false; bool HasSB = false; - bool HasPredCtrl = false; + bool HasPredRes = false; bool HasCCDP = false; bool HasBTI = false; bool HasRandGen = false; @@ -357,7 +357,7 @@ public: bool hasSpecRestrict() const { return HasSpecRestrict; } bool hasSSBS() const { return HasSSBS; } bool hasSB() const { return HasSB; } - bool hasPredCtrl() const { return HasPredCtrl; } + bool hasPredRes() const { return HasPredRes; } bool hasCCDP() const { return HasCCDP; } bool hasBTI() const { return HasBTI; } bool hasRandGen() const { return HasRandGen; } |