<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"><base href="x-msg://265/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>Works great here - I needed to add "mfc0" for my project, so I've attached that patch-to-your-patch here.    This patch is my first attempt at doing anything in a tablegen file, so a good look by someone more experienced will be much appreciated!</div><div><br></div><div>I also get these two warnings when building with your patch:</div><div><br></div><div><div></div></div><blockquote type="cite"><div><div>lib/Target/Mips/AsmParser/MipsAsmParser.cpp:407:13: warning: </div><div>      unused variable 'MnemLower' [-Wunused-variable]</div><div>  StringRef MnemLower = Mnemonic.lower();</div><div>            ^</div><div>lib/Target/Mips/AsmParser/MipsAsmParser.cpp:597:9: warning: </div><div>      unused variable 'E' [-Wunused-variable]</div><div>  SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer()-1);</div><div>        ^</div><div>2 warnings generated.</div></div></blockquote><div><br></div><div>I didn't address those with the patch in my attachment, though.</div><div><br></div><div>-- Carl</div><div><br></div><div><br></div></body></html>