aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Target/AArch64/AArch64InstrFormats.td7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64InstrFormats.td b/llvm/lib/Target/AArch64/AArch64InstrFormats.td
index 10f150083260..5de1c17f40db 100644
--- a/llvm/lib/Target/AArch64/AArch64InstrFormats.td
+++ b/llvm/lib/Target/AArch64/AArch64InstrFormats.td
@@ -2159,13 +2159,6 @@ def sysp_crm_op : Operand<i32> {
let OperandType = "OPERAND_IMMEDIATE";
}
-def sysp_op1 : Operand<i64>, ImmLeaf<i64, [{
- return Imm >= 0 && Imm <= 6;
-}]> {
- let ParserMatchClass = Imm0_7Operand;
- let OperandType = "OPERAND_IMMEDIATE";
-}
-
class SystemXtI<string asm>
: RtSystemI<0, (outs),
(ins imm32_0_7:$op1, sys_cr_op:$Cn, sys_cr_op:$Cm, imm32_0_7:$op2,