PPC conditional branch predicate does not change after isel.
llvm-svn: 37893
This commit is contained in:
parent
756d15ac6f
commit
ea4a82bcfb
|
|
@ -272,7 +272,8 @@ def memrix : Operand<iPTR> { // 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<OtherVT, (ops imm, CRRC), (ops (i32 20), CR0)> {
|
||||
def pred : ImmutablePredicateOperand<OtherVT, (ops imm, CRRC),
|
||||
(ops (i32 20), CR0)> {
|
||||
let PrintMethod = "printPredicateOperand";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue