From 488e6206df40dc85f76c61417574e9146956fc44 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Fri, 16 May 2014 09:41:43 +0000 Subject: [PATCH] AArch64: disable printing of add/sub alias This alias appears not to have an appropriate PrintMethod. Normally, I'd look into it, but since AArch64 is disappearing soon it's probably not worth it. This will be tested when the TableGen "should I print this Alias" heuristic is fixed (very soon). llvm-svn: 208967 --- llvm/lib/Target/AArch64/AArch64InstrInfo.td | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.td b/llvm/lib/Target/AArch64/AArch64InstrInfo.td index e1aa60adde68..4d3c80152c30 100644 --- a/llvm/lib/Target/AArch64/AArch64InstrInfo.td +++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.td @@ -519,7 +519,8 @@ multiclass lsl_aliases; def : InstAlias; + (inst GPR_Rd:$Rd, GPR_Rn:$Rn, GPR_Rm:$Rm, LSL_extoperand:$LSL), + 0>; }