Mark all (not just the first) predicate operand M_PREDICATE_OPERAND.

llvm-svn: 37061
This commit is contained in:
Evan Cheng 2007-05-15 01:20:36 +00:00
parent b0925c0e49
commit c0fb94596a
1 changed files with 1 additions and 1 deletions

View File

@ -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.