diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2018-09-13 08:38:03 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2018-09-13 08:38:03 +0000 |
commit | c49da2e4ed44c74473407353bc0bf72fb61c8664 (patch) | |
tree | d512fa7d9604ea0c6ec700137cc1e40f2d3eed2f /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 7958735e45f5976582a4a5123f3953cb0ebe8c38 (diff) | |
download | llvm-c49da2e4ed44c74473407353bc0bf72fb61c8664.zip llvm-c49da2e4ed44c74473407353bc0bf72fb61c8664.tar.gz llvm-c49da2e4ed44c74473407353bc0bf72fb61c8664.tar.bz2 |
[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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions