llvm-project/llvm/lib/CodeGen/MIRParser
Alex Lorenz 1ea608986d MIR Parser: Rename the standalone parsing methods. NFC.
This commit renames the methods 'parseMBB' and 'parseNamedRegister' to
'parseStandaloneMBB' and 'parseStandaloneNamedRegister' in order for their
names to be consistent with the method 'parseStandaloneVirtualRegister'.

llvm-svn: 243319
2015-07-27 20:29:27 +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
MILexer.cpp MIR Serialization: Serialize the '.cfi_offset' CFI instruction. 2015-07-23 23:09:07 +00:00
MILexer.h MIR Serialization: Serialize the '.cfi_offset' CFI instruction. 2015-07-23 23:09:07 +00:00
MIParser.cpp MIR Parser: Rename the standalone parsing methods. NFC. 2015-07-27 20:29:27 +00:00
MIParser.h MIR Serialization: Serialize the machine function's liveins. 2015-07-27 17:42:45 +00:00
MIRParser.cpp MIR Serialization: Serialize the machine function's liveins. 2015-07-27 17:42:45 +00:00
Makefile