* getAsString requires that the input array is string compatible, so
authorChris Lattner <sabre@nondot.org>
Thu, 18 Apr 2002 18:15:38 +0000 (18:15 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Apr 2002 18:15:38 +0000 (18:15 +0000)
commit4b1de8eb997798a48d8b8f6dfd50872ccc88e17f
tree03179c2c2b0dcac45f57ff3aadcfed883a1dcff4
parentccc259635ace985306115566d065919fae511370
* getAsString requires that the input array is string compatible, so
  assert it.
* Use WriteAsOperand instead of getStringValue for constants

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2296 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9AsmPrinter.cpp