From: Tim Northover Date: Fri, 16 May 2014 09:41:35 +0000 (+0000) Subject: Sparc: disable printing on longer "brX,pt" aliases X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=77da6f1be4d294c3cfc3336efae27eac1b6f8175;p=oota-llvm.git Sparc: disable printing on longer "brX,pt" aliases 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@208965 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Sparc/SparcInstr64Bit.td b/lib/Target/Sparc/SparcInstr64Bit.td index a34ce262af5..54d824064fb 100644 --- a/lib/Target/Sparc/SparcInstr64Bit.td +++ b/lib/Target/Sparc/SparcInstr64Bit.td @@ -359,9 +359,9 @@ multiclass BranchOnReg cond, string OpcStr> { multiclass bpr_alias { def : InstAlias; + (NAPT I64Regs:$rs1, bprtarget16:$imm16), 0>; def : InstAlias; + (APT I64Regs:$rs1, bprtarget16:$imm16), 0>; } defm BPZ : BranchOnReg<0b001, "brz">;