* Simplify printConstantValueOnly by moving the tail padding stuff directly
authorChris Lattner <sabre@nondot.org>
Tue, 9 Sep 2003 16:23:36 +0000 (16:23 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Sep 2003 16:23:36 +0000 (16:23 +0000)
commitad2007155991e3fdec348a4fdbfc9faab806721d
tree0865b757031b9e3e213fa622fb72514365364bbe
parent38dc918cf55ab769b348abae65df590f75afec52
* Simplify printConstantValueOnly by moving the tail padding stuff directly
  into the struct case.
* Extend printConstantValueOnly to print .zero's if the initializer is zero
* Delete dead isConstantFunctionPointerRef function
* Emit the appropriate assembly for the various linkage types!

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