MIR Printer: Extract the code that prints IR slots to a separate function. NFC.
authorAlex Lorenz <arphaman@gmail.com>
Wed, 19 Aug 2015 23:24:37 +0000 (23:24 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 19 Aug 2015 23:24:37 +0000 (23:24 +0000)
commit56e58395742c8bc32231689a82bf91cd431434ef
tree1013fcdecc013b38ef9d86855f17b31e803a2daa
parent116832190dc04f511dacff847742733cc957d46a
MIR Printer: Extract the code that prints IR slots to a separate function. NFC.

This code can be reused when printing references to unnamed local IR values.

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