Files
archived-llvm/lib/Target/WebAssembly/AsmParser
Reid Kleckner 94fa4665a6 [WebAssembly] Really disable wasm register name matcher
The "ShouldEmitMatchRegisterName" bit wasn't taking effect because the
WebAssembly target didn't point to the custom WebAssemblyAsmParser
record.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328155 91177308-0d34-0410-b5e6-96231b3b80d8
2018-03-21 21:46:47 +00:00
..