forked from OSchip/llvm-project
Mark all (not just the first) predicate operand M_PREDICATE_OPERAND.
llvm-svn: 37061
This commit is contained in:
parent
b0925c0e49
commit
c0fb94596a
|
@ -107,7 +107,7 @@ InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) {
|
|||
|
||||
// Predicate operands. Check to see if the original unexpanded operand
|
||||
// was of type PredicateOperand.
|
||||
if (j == 0 && Inst.OperandList[i].Rec->isSubClassOf("PredicateOperand"))
|
||||
if (Inst.OperandList[i].Rec->isSubClassOf("PredicateOperand"))
|
||||
Res += "|M_PREDICATE_OPERAND";
|
||||
|
||||
// Fill in constraint info.
|
||||
|
|
Loading…
Reference in New Issue