Global variables are now external if they don't have initializers, not
authorChris Lattner <sabre@nondot.org>
Sun, 6 Oct 2002 22:48:09 +0000 (22:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Oct 2002 22:48:09 +0000 (22:48 +0000)
commit0c5e36211801f14d02d7fec1393bed450b68c79f
tree58dc4e5699a1e0953bf6d2303057b3a3aab39eda
parent61b91bc156bb9e3d9017a9e93d567f8dccfa3f68
Global variables are now external if they don't have initializers, not
"uninitialized"

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