From: Tim Northover Date: Fri, 16 May 2014 09:41:43 +0000 (+0000) Subject: AArch64: disable printing of add/sub alias X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=61e0d55d0e8825d945b7133a076918089b548530;p=oota-llvm.git 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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208967 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AArch64/AArch64InstrInfo.td b/lib/Target/AArch64/AArch64InstrInfo.td index e1aa60adde6..4d3c80152c3 100644 --- a/lib/Target/AArch64/AArch64InstrInfo.td +++ b/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>; }