* Sort #includes, remove dupliates
authorChris Lattner <sabre@nondot.org>
Sun, 3 Aug 2003 23:37:09 +0000 (23:37 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Aug 2003 23:37:09 +0000 (23:37 +0000)
commite012132028ee8e4d9497810d87b021bf0c69e026
tree7d6788ff77e094da7ea2e51811feb88c5e5c6e79
parent15d11276c1fb16c0b521505bbdbce419f64afc19
* Sort #includes, remove dupliates
* Use .zero to emit padding between struct elements
* Emit .comm symbols when we can, this dramatically reduces the amount of gunk we have to print
* Print global variable identifiers next to initializer more nicely.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7551 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Printer.cpp
lib/Target/X86/X86AsmPrinter.cpp