llvm/lib/CodeGen/MIRParser
Alex Lorenz 3b4ca38ce1 MIR Parser: Extract the code that parses MBB references into a new method. NFC.
This commit extracts the code that's used by the class 'MIRParserImpl' to parse
the machine basic block references into a new method named 'parseMBBReference'.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243572 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-29 20:57:11 +00:00
..
CMakeLists.txt MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
LLVMBuild.txt MIRParser/LLVMBuild.txt: Add MC for MCRegisterInfo::getDwarfRegNum(). 2015-07-24 01:12:36 +00:00
Makefile
MILexer.cpp MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction. 2015-07-29 18:57:23 +00:00
MILexer.h MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction. 2015-07-29 18:57:23 +00:00
MIParser.cpp MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction. 2015-07-29 18:57:23 +00:00
MIParser.h MIR Serialization: Serialize the unnamed basic block references. 2015-07-27 22:42:41 +00:00
MIRParser.cpp MIR Parser: Extract the code that parses MBB references into a new method. NFC. 2015-07-29 20:57:11 +00:00