Add FIXME.

llvm-svn: 117936
This commit is contained in:
Jim Grosbach 2010-11-01 18:11:14 +00:00
parent 051b7893dd
commit 7d45c101e5
1 changed files with 1 additions and 0 deletions

View File

@ -756,6 +756,7 @@ bool ARMAsmParser::ParseInstruction(StringRef Name, SMLoc NameLoc,
}
Operands.push_back(ARMOperand::CreateToken(Head, NameLoc));
// FIXME: Should only add this operand for predicated instructions
Operands.push_back(ARMOperand::CreateCondCode(ARMCC::CondCodes(CC), NameLoc));
// Add the remaining tokens in the mnemonic.