Skip to content

Commit 1fa0036

Browse files
committed
[AArch64] Remove one unnecesssary include of AArch64GenSystemOperands.inc. NFC
GET_PRCTX_DECL and GET_PRCTX_IMPl don't exist in AArch64GenSystemOperands.inc so this include does nothing. It looks like it was removed in 2050e7e.
1 parent b95cce9 commit 1fa0036

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ namespace llvm {
6666
}
6767
}
6868

69-
namespace llvm {
70-
namespace AArch64PRCTX {
71-
#define GET_PRCTX_IMPL
72-
#include "AArch64GenSystemOperands.inc"
73-
}
74-
}
75-
7669
namespace llvm {
7770
namespace AArch64PRFM {
7871
#define GET_PRFM_IMPL

llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -731,14 +731,6 @@ namespace AArch64TLBI {
731731
#include "AArch64GenSystemOperands.inc"
732732
}
733733

734-
namespace AArch64PRCTX {
735-
struct PRCTX : SysAliasReg {
736-
using SysAliasReg::SysAliasReg;
737-
};
738-
#define GET_PRCTX_DECL
739-
#include "AArch64GenSystemOperands.inc"
740-
}
741-
742734
namespace AArch64II {
743735
/// Target Operand Flag enum.
744736
enum TOF {

0 commit comments

Comments
 (0)