[PATCH] D36747: [Asm, ARM] Add fallback diag for multiple invalid operands
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 03:44:13 PST 2017
SjoerdMeijer added inline comments.
================
Comment at: lib/Target/ARM/AsmParser/ARMAsmParser.cpp:10283
+ // user know that the mnemonic exists, and that some combination of operands
+ // would work for teh current target.
+ if (HaveMultipleBadOperands && NearMissesOut.empty()) {
----------------
nit: 'teh' spell error
Repository:
rL LLVM
https://reviews.llvm.org/D36747
More information about the llvm-commits
mailing list