hanchenye-llvm-project/llvm/lib/CodeGen/MIRParser
Alex Lorenz 0fd7c621ef MIR Parser: refactor error reporting for machine instruction parser errors. NFC.
This commit extracts the code that reports an error that's produced by the
machine instruction parser into a new method that can be reused in other places.

llvm-svn: 241086
2015-06-30 17:55:00 +00:00
..
CMakeLists.txt MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
LLVMBuild.txt
MILexer.cpp MIR Parser: adopt the 'maybeLex...' pattern. NFC. 2015-06-30 16:51:29 +00:00
MILexer.h MIR Serialization: Serialize global address machine operands. 2015-06-26 22:56:48 +00:00
MIParser.cpp MIR Parser: make the machine instruction parsing interface more consistent. NFC. 2015-06-30 17:47:50 +00:00
MIParser.h MIR Parser: make the machine instruction parsing interface more consistent. NFC. 2015-06-30 17:47:50 +00:00
MIRParser.cpp MIR Parser: refactor error reporting for machine instruction parser errors. NFC. 2015-06-30 17:55:00 +00:00
Makefile