walk type symbol table also, so we get:
authorChris Lattner <sabre@nondot.org>
Sun, 1 Mar 2009 00:32:33 +0000 (00:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 1 Mar 2009 00:32:33 +0000 (00:32 +0000)
commit884858608b0107df56e671406d280e9617988f36
tree435579630badb7e9f795c1893c7483d3f1f7bc3b
parent585cfb68217915d54fdd0585371f277cd468bd21
walk type symbol table also, so we get:

type opaque ; type %0
%C = type { %0, %0 }

instead of:

%C = type { opaque, opaque }

when appropriate.

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