mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
PredicateDefOperand -> OptionalDefOperand.
llvm-svn: 37931
This commit is contained in:
parent
0adaea7381
commit
c2c0b495ed
@ -292,10 +292,10 @@ def ccop : ImmutablePredicateOperand<OtherVT, (ops i32imm, CCR), (ops)> {
|
||||
let PrintMethod = "printPredicateOperand";
|
||||
}
|
||||
|
||||
// Conditional code result for cmp, etc.
|
||||
// Conditional code result for instructions whose 's' bit is set, e.g. subs.
|
||||
//
|
||||
def cc_out : PredicateDefOperand<OtherVT, (ops CCR), (ops (i32 zero_reg))> {
|
||||
let PrintMethod = "printPredicateOperand";
|
||||
def cc_out : OptionalDefOperand<OtherVT, (ops CCR), (ops (i32 zero_reg))> {
|
||||
let PrintMethod = "printSBitModifierOperand";
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user