MIR Serialization: Print MCSymbol operands.
authorAlex Lorenz <arphaman@gmail.com>
Fri, 21 Aug 2015 21:12:44 +0000 (21:12 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 21 Aug 2015 21:12:44 +0000 (21:12 +0000)
commit62b84e2724220703f624761e3cbb0aebf3acede2
tree8fcc2a93686d92ba332c833545b26551c1af0398
parent6f86faedf0b38e6ce3b691c247acdbd6334ee161
MIR Serialization: Print MCSymbol operands.

This commit allows the MIR printer to print the MCSymbol machine operands.
Unfortunately they can't be parsed at this time. I will create a bug that will
track the fact that the MCSymbol operands can't be parsed yet.

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