From 1675a14b8d2ad3e19f520e244bbdf756a4a8fce1 Mon Sep 17 00:00:00 2001 From: Cullen Rhodes Date: Tue, 25 Apr 2023 16:45:38 +0000 Subject: [PATCH] [AArch64][SME] NFC: Fix comment in enum class --- llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.h b/llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.h index 2cdfff9..20ef240 100644 --- a/llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.h +++ b/llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.h @@ -30,7 +30,7 @@ public: Normal = 0, SM_Enabled = 1 << 0, // aarch64_pstate_sm_enabled SM_Compatible = 1 << 1, // aarch64_pstate_sm_compatible - SM_Body = 1 << 2, // aarch64_pstate_sm_locally + SM_Body = 1 << 2, // aarch64_pstate_sm_body ZA_Shared = 1 << 3, // aarch64_pstate_sm_shared ZA_New = 1 << 4, // aarch64_pstate_sm_new ZA_Preserved = 1 << 5, // aarch64_pstate_sm_preserved -- 2.7.4