Don't write out constants that do not have a name, they will be inlined.
authorChris Lattner <sabre@nondot.org>
Thu, 26 Jul 2001 16:29:38 +0000 (16:29 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Jul 2001 16:29:38 +0000 (16:29 +0000)
commit1333ed5b4fd3d30ba9ef56741af4d345a9e43953
tree8dea2cd3e73f3f11db2a73fb5801dc661ecc8143
parentbcbf6baf10c34086594bc03f0002a8977cd66941
Don't write out constants that do not have a name, they will be inlined.

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