MIR Printer: extract the code that prints MBB references into a new method. NFC.
authorAlex Lorenz <arphaman@gmail.com>
Tue, 30 Jun 2015 18:00:16 +0000 (18:00 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 30 Jun 2015 18:00:16 +0000 (18:00 +0000)
commitba4660cb83640bc09c7b9cd834b9cb0509bd7754
tree2aa8b5f7a29985a0408d6748de862b5e0638f9ca
parent403c3312c3f87e8ef33e667c8029dbaa45ccf65c
MIR Printer: extract the code that prints MBB references into a new method. NFC.

This commit enables the MIR printer to reuse the code that prints MBB
references.

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