forked from OSchip/llvm-project
PredicateDefOperand -> OptionalDefOperand.
llvm-svn: 37931
This commit is contained in:
parent
eaa82198c4
commit
5c66888580
|
@ -292,10 +292,10 @@ def ccop : ImmutablePredicateOperand<OtherVT, (ops i32imm, CCR), (ops)> {
|
||||||
let PrintMethod = "printPredicateOperand";
|
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))> {
|
def cc_out : OptionalDefOperand<OtherVT, (ops CCR), (ops (i32 zero_reg))> {
|
||||||
let PrintMethod = "printPredicateOperand";
|
let PrintMethod = "printSBitModifierOperand";
|
||||||
}
|
}
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
Loading…
Reference in New Issue