[PATCH] D31607: [ARM] Use table-gen'd assembly operand diags in ARM asm parser
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 4 09:16:11 PDT 2017
rengolin added inline comments.
================
Comment at: lib/Target/ARM/AsmParser/ARMAsmParser.cpp:10089
+ARMAsmParser::getCustomOperandDiag(ARMMatchResultTy MatchError) {
+ switch (MatchError) {
+
----------------
Quick question: why is the switch still here if the only case is the default?
Repository:
rL LLVM
https://reviews.llvm.org/D31607
More information about the llvm-commits
mailing list