r98363 deleted a '!' when cleaning up whitespace. This caused globals which are
authorBill Wendling <isanbard@gmail.com>
Tue, 27 Apr 2010 00:55:25 +0000 (00:55 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 27 Apr 2010 00:55:25 +0000 (00:55 +0000)
commitc3d0e0c8efad3277433f81b415d441f758467871
tree3ff603d00f6fda88b151b86f237ea879c1733eb1
parentcaf67504550427d0dc4dc8727e7b67b17d63e5c1
r98363 deleted a '!' when cleaning up whitespace. This caused globals which are
*not* declarations to *not* be placed in the "preserve" list.
<rdar://problem/7870735>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102405 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lto/LTOCodeGenerator.cpp