mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
Do away with ImmutablePredicateOperand.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37961 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
14c4655403
commit
06aae67b83
@ -288,7 +288,7 @@ def pred : PredicateOperand<OtherVT, (ops i32imm, CCR),
|
||||
|
||||
// Conditional code operand for conditional branches and conditional moves.
|
||||
// No AlwaysVal value.
|
||||
def ccop : ImmutablePredicateOperand<OtherVT, (ops i32imm, CCR), (ops)> {
|
||||
def ccop : PredicateOperand<OtherVT, (ops i32imm, CCR), (ops)> {
|
||||
let PrintMethod = "printPredicateOperand";
|
||||
}
|
||||
|
||||
|
@ -272,8 +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 : ImmutablePredicateOperand<OtherVT, (ops imm, CRRC),
|
||||
(ops (i32 20), CR0)> {
|
||||
def pred : PredicateOperand<OtherVT, (ops imm, CRRC),
|
||||
(ops (i32 20), CR0)> {
|
||||
let PrintMethod = "printPredicateOperand";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user