Print ConstantPool entries initialized to Values with WriteAsOperand instead of
authorDan Gohman <dan433584@gmail.com>
Wed, 12 Jun 2013 22:19:19 +0000 (22:19 +0000)
committerDan Gohman <dan433584@gmail.com>
Wed, 12 Jun 2013 22:19:19 +0000 (22:19 +0000)
commite5682816b7151b17331b0368c2c7bf19f6e3d661
tree99c1bf293c2ca6b7ebd74d011196a545668addee
parenta03a80f3ce75daca98445d568930771113ce06ef
Print ConstantPool entries initialized to Values with WriteAsOperand instead of
operator<< so that functions are printed as just their name instead of as their
entire definition, which is excessively verbose in this context.

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