llvm-project/llvm/lib/Target/Mips/AsmParser
Simon Atanasyan c49da2e4ed [mips] Enable the mnemonic spell corrector
This implements suggesting alternative mnemonics when an invalid one is
specified. For example `addru $9, $6, 17767` leads to the following
error message:

error: unknown instruction, did you mean: add, addiu, addu, maddu?

Differential revision: https://reviews.llvm.org/D40646

llvm-svn: 342119
2018-09-13 08:38:03 +00:00
..
CMakeLists.txt
LLVMBuild.txt
MipsAsmParser.cpp [mips] Enable the mnemonic spell corrector 2018-09-13 08:38:03 +00:00