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)
commit05fa73b2db279c0dbeb1274138b103cdc900fcd8
tree692d1b2f70c8a7aaf7da5646adca1373b2f3de3c
parent9b950d81485f14a427cf757a35096e056a5c9d40
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'.

llvm-svn: 243572
llvm/lib/CodeGen/MIRParser/MIRParser.cpp