Avoid printing out huge structures or arrays if they are just filled with zeros
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 20:08:24 +0000 (20:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 20:08:24 +0000 (20:08 +0000)
commite9a64ea38e6701f76d2767d8e467083e8ba35920
treebfed6451c9e171fb2f41a1675fb77613671ceefe
parentf460048771217932f9098dc8023653eba0c70a7f
Avoid printing out huge structures or arrays if they are just filled with zeros

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