From: Evan Cheng Date: Thu, 5 Jul 2007 07:09:50 +0000 (+0000) Subject: PPC conditional branch predicate does not change after isel. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7e36966de44a35f83e8dec22ed2f25b8c83736ed;p=oota-llvm.git PPC conditional branch predicate does not change after isel. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37893 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td index bbddad2d0ac..4ffde0a97fa 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.td +++ b/lib/Target/PowerPC/PPCInstrInfo.td @@ -272,7 +272,8 @@ def memrix : Operand { // memri where the imm is shifted 2 bits. // PowerPC Predicate operand. 20 = (0<<5)|20 = always, CR0 is a dummy reg // that doesn't matter. -def pred : PredicateOperand { +def pred : ImmutablePredicateOperand { let PrintMethod = "printPredicateOperand"; }