[PATCH] D26152: [ARM][MC] Cleanup ARM Target Assembly Parser

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 10:25:49 PDT 2016


rengolin added reviewers: compnerd, joerg, peter.smith, olista01.
rengolin added inline comments.


================
Comment at: lib/Target/ARM/AsmParser/ARMAsmParser.cpp:9306
+    return true;
+  return false;
 }
----------------
Why are we ignoring the return of all the parsing functions?


https://reviews.llvm.org/D26152





More information about the llvm-commits mailing list