Add FIXME.
[oota-llvm.git] / lib / Target / ARM / AsmParser / ARMAsmParser.cpp
index 0f1b2e207647629e5cd26a4bf3fba0312b22a465..4552374bcc7d17a86e211211b28ac010fc7f531d 100644 (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.