simplify handling "don't print top level name" processing, so that we get
authorChris Lattner <sabre@nondot.org>
Sun, 1 Mar 2009 01:16:21 +0000 (01:16 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 1 Mar 2009 01:16:21 +0000 (01:16 +0000)
commitd2b6cb0a2b6e5994ff871027617c5efd69f7e3ad
treef9102564ab52c6d6b1e5515b04568d93f39c8035
parenta27ea9e89f38e9bcca4d67defb0bae887a16d72c
simplify handling "don't print top level name" processing, so that we get
stuff like %A = type { %A*} instead of an upref.

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