We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95cce9 commit 1fa0036Copy full SHA for 1fa0036
llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
@@ -66,13 +66,6 @@ namespace llvm {
66
}
67
68
69
-namespace llvm {
70
- namespace AArch64PRCTX {
71
-#define GET_PRCTX_IMPL
72
-#include "AArch64GenSystemOperands.inc"
73
- }
74
-}
75
-
76
namespace llvm {
77
namespace AArch64PRFM {
78
#define GET_PRFM_IMPL
llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
@@ -731,14 +731,6 @@ namespace AArch64TLBI {
731
#include "AArch64GenSystemOperands.inc"
732
733
734
-namespace AArch64PRCTX {
735
- struct PRCTX : SysAliasReg {
736
- using SysAliasReg::SysAliasReg;
737
- };
738
- #define GET_PRCTX_DECL
739
- #include "AArch64GenSystemOperands.inc"
740
741
742
namespace AArch64II {
743
/// Target Operand Flag enum.
744
enum TOF {
0 commit comments