Changes to:
authorChris Lattner <sabre@nondot.org>
Tue, 16 Apr 2002 21:36:08 +0000 (21:36 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Apr 2002 21:36:08 +0000 (21:36 +0000)
commit7a716addedc4938fa0ec6b77e5eeaced6eafc5d0
tree9468616ca86f46ef888af2a6dc21bb2d50f47fd3
parent0ed483398664328fa68f0def0db4224ea8757825
Changes to:
* Fix bug printing method types (oops when converting previous code)
* Move some of the code from Constant::getStrValue implementations here.
  This allows us to do a MUCH MUCH better job printing out complex constant
  values (think an array of structure pointers), because we print symbolic
  type names instead of structural.  The assistance when debugging is immense

Eventually, Constant::getStrValue should be removed (it existed before because
the asmwriter file was not in VMCore), and everyone should go through the
asmwriter that want's equivalent functionality.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2268 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp