From 469ebbe148b18a78963e8bc3fa7ae8e5700d8d27 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Mon, 1 Nov 2010 18:11:14 +0000 Subject: [PATCH] Add FIXME. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117936 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index 0f1b2e20764..4552374bcc7 100644 --- a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -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. -- 2.34.1