Add FIXME.
authorJim Grosbach <grosbach@apple.com>
Mon, 1 Nov 2010 18:11:14 +0000 (18:11 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 1 Nov 2010 18:11:14 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117936 91177308-0d34-0410-b5e6-96231b3b80d8

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.