Pull all of the getStrValue implementation cruft out of Constants.cpp and
authorChris Lattner <sabre@nondot.org>
Thu, 18 Apr 2002 18:53:13 +0000 (18:53 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Apr 2002 18:53:13 +0000 (18:53 +0000)
commit66e810be9f97fa744ca949d54b5d54358add84b8
tree4e4999e4257b7f9044757e049a9487d12aa3e440
parent0154505ab74e7bd0d4dc85dbddc1ff0df6357606
Pull all of the getStrValue implementation cruft out of Constants.cpp and
put it into the AsmWriter.  This code is kinda gross and could probably be
cleaned up, but not now.

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