MIR Parser: Extract the code that parses MBB references into a new method. NFC.
authorAlex Lorenz <arphaman@gmail.com>
Wed, 29 Jul 2015 20:57:11 +0000 (20:57 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 29 Jul 2015 20:57:11 +0000 (20:57 +0000)
commit3b4ca38ce1c457c26dd52814a068bb0e64616511
treef91f246d1ef558051bd1824b0fdf6a05c72eabc3
parent5ff91d8781c5c33cce96cb8fe2c12113a2f4ec64
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
lib/CodeGen/MIRParser/MIRParser.cpp