Use the AsmPrinter for global variable init printing. This eliminates a
authorChris Lattner <sabre@nondot.org>
Sat, 17 Dec 2005 07:17:08 +0000 (07:17 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 17 Dec 2005 07:17:08 +0000 (07:17 +0000)
commit967abf37c52ce7abc866d59ccf180574b0e30e06
tree5fc33f4ad9f59d4374c130810990453e5134dc96
parentb5e9eb6089676ba807da70348079fb6e8df3e40e
Use the AsmPrinter for global variable init printing.  This eliminates a
bunch of code and causes V8 to start using the fancy .asciz directive that
the sun assembler supports.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24766 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/SparcAsmPrinter.cpp
lib/Target/SparcV8/SparcV8AsmPrinter.cpp