* Remove obselete code for unsized arrays
authorChris Lattner <sabre@nondot.org>
Sat, 13 Apr 2002 20:53:41 +0000 (20:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 13 Apr 2002 20:53:41 +0000 (20:53 +0000)
commit2761e9f076bbe6c961629aece62db4b836a41ef8
tree61a34604977cc9bcde2da99855f601c670a74d9e
parentddcbd34f566e1b3cb1e91cab128703cf9d13136d
* Remove obselete code for unsized arrays
* Add new function printTypeAtLeastOneLevel used to...
* Print the symbol table *WITH SYMBOLIC TYPES*.  Now we get:
       %tree = type { int, %tree*, %tree* }
  in the type definition section of the disassembled output instead of
       %tree = type { int, \2*, \2* }
  the different for the health benchmark and power are simply amazing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2240 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp