diff --git a/utils/TableGen/AsmMatcherEmitter.cpp b/utils/TableGen/AsmMatcherEmitter.cpp index 9161b54c5c3..847a1c0b818 100644 --- a/utils/TableGen/AsmMatcherEmitter.cpp +++ b/utils/TableGen/AsmMatcherEmitter.cpp @@ -260,7 +260,8 @@ static bool IsAssemblerInstruction(StringRef Name, throw std::string("ERROR: Invalid instruction"); } - // FIXME: Should reject these. + // FIXME: Should reject these. The ARM backend hits this with $lane in a + // bunch of instructions. It is unclear what the right answer is for this. if (Tokens[i][0] == '$' && !OperandNames.insert(Tokens[i]).second) { DEBUG({ errs() << "warning: '" << Name << "': "