aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZOperands.td
diff options
context:
space:
mode:
authorIlya Leoshkevich <iii@linux.ibm.com>2023-04-04 14:50:00 +0200
committerIlya Leoshkevich <iii@linux.ibm.com>2023-04-04 15:08:44 +0200
commit3c8df6924b1b811e7ab265c75480d386c0cb1ca8 (patch)
tree1cb800eb6bde241feccfce9a4d14030c7c571a99 /llvm/lib/Target/SystemZ/SystemZOperands.td
parent7dc475433d6cea35e19f76bb7b7250a3e81a2f3c (diff)
downloadllvm-3c8df6924b1b811e7ab265c75480d386c0cb1ca8.zip
llvm-3c8df6924b1b811e7ab265c75480d386c0cb1ca8.tar.gz
llvm-3c8df6924b1b811e7ab265c75480d386c0cb1ca8.tar.bz2
Drop U6Imm-related definitions
They are no longer used, which leads to the -Wunused-function warning. Reviewed By: uweigand Differential Revision: https://reviews.llvm.org/D147521
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZOperands.td')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZOperands.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZOperands.td b/llvm/lib/Target/SystemZ/SystemZOperands.td
index 1d2a6ab..8ad30b4 100644
--- a/llvm/lib/Target/SystemZ/SystemZOperands.td
+++ b/llvm/lib/Target/SystemZ/SystemZOperands.td
@@ -300,7 +300,6 @@ def U1Imm : ImmediateAsmOperand<"U1Imm">;
def U2Imm : ImmediateAsmOperand<"U2Imm">;
def U3Imm : ImmediateAsmOperand<"U3Imm">;
def U4Imm : ImmediateAsmOperand<"U4Imm">;
-def U6Imm : ImmediateAsmOperand<"U6Imm">;
def S8Imm : ImmediateAsmOperand<"S8Imm">;
def U8Imm : ImmediateAsmOperand<"U8Imm">;
def U12Imm : ImmediateAsmOperand<"U12Imm">;