llvm-project/llvm/lib/CodeGen/MIRParser
Alex Lorenz c1fbb3540a MIR Parser: Reuse the function 'lexName' when lexing global value tokens. NFC.
This commit refactors the function 'maybeLexGlobalValue' so that now it reuses
the function 'lexName' when lexing a named global value token.

llvm-svn: 242837
2015-07-21 21:23:08 +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: Reuse the function 'lexName' when lexing global value tokens. NFC. 2015-07-21 21:23:08 +00:00
MILexer.h MIR Serialization: Serialize the external symbol machine operands. 2015-07-21 16:59:53 +00:00
MIParser.cpp MIR Serialization: Serialize the external symbol machine operands. 2015-07-21 16:59:53 +00:00
MIParser.h MIR Serialization: Initial serialization of machine constant pools. 2015-07-20 20:51:18 +00:00
MIRParser.cpp MIR Serialization: Initial serialization of machine constant pools. 2015-07-20 20:51:18 +00:00
Makefile