Substantially re-organized this file:
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 13 Nov 2003 00:22:19 +0000 (00:22 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 13 Nov 2003 00:22:19 +0000 (00:22 +0000)
commit6275a0476867303f544b4bc16d382ea16265bc2c
tree4d590adf7f39bbe09eb6f7f69472eb385fe80052
parent661a5710536211b3befb32ce5cf800493e2b1e6b
Substantially re-organized this file:
* There is now only one pass to print out assembly instead of two
* It is a FunctionPass
* The Module-level printing of globals is now in doFinalization() method of the
  FunctionPass
* The code has been reformatted to follow LLVM coding standards
* Some comments, not all, were doxygenified
* Last but not least, the function to create an instance of this pass is also no
  longer a method in the UltraSparc class.

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