MIR Parser: Rename the standalone parsing methods. NFC.
authorAlex Lorenz <arphaman@gmail.com>
Mon, 27 Jul 2015 20:29:27 +0000 (20:29 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Mon, 27 Jul 2015 20:29:27 +0000 (20:29 +0000)
commit342851440d4b0116060cfbe3f1db947bb27c59d2
tree0733f28a09e9b396a7f49d3a8ae7b48b7e8bf6ef
parent272154cc862e3ffc043cc6af4cee04aa3effd495
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'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243319 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MIRParser/MIParser.cpp