diff options
author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2015-08-04 00:55:11 +0000 |
---|---|---|
committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2015-08-04 00:55:11 +0000 |
commit | e8ea9ac32bb759e915fceef626bdd65028838852 (patch) | |
tree | 2b0ddf2ca3f62963065cae441d82af6849d91f53 /llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp | |
parent | 13c247b45523ce787390aea806c3345b8038632d (diff) | |
download | bcm5719-llvm-e8ea9ac32bb759e915fceef626bdd65028838852.tar.gz bcm5719-llvm-e8ea9ac32bb759e915fceef626bdd65028838852.zip |
[AArch64][v8.1a] The "pan" sysreg isn't MSR-specific. NFCI.
It's already in SysRegMappings, no need to also have it in MSRMappings:
the latter is only used if we didn't find a match in the former.
llvm-svn: 243933
Diffstat (limited to 'llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp')
-rw-r--r-- | llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp b/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp index ee85b65bf39..fde50ecb7c8 100644 --- a/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp +++ b/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp @@ -275,9 +275,6 @@ const AArch64NamedImmMapper::Mapping AArch64SysReg::MSRMapper::MSRMappings[] = { {"icc_sgi1r_el1", ICC_SGI1R_EL1, {}}, {"icc_asgi1r_el1", ICC_ASGI1R_EL1, {}}, {"icc_sgi0r_el1", ICC_SGI0R_EL1, {}}, - - // v8.1a "Privileged Access Never" extension-specific system registers - {"pan", PAN, {AArch64::HasV8_1aOps}}, }; AArch64SysReg::MSRMapper::MSRMapper() { |