Bug fix: In preventing static global variables from being printed twice,
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 5 Oct 2002 23:43:10 +0000 (23:43 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 5 Oct 2002 23:43:10 +0000 (23:43 +0000)
commit2a408f06b545a4815666f22a72f62dd38e7ebd10
treebd8b678a9259cd7f93fb5c594d53ea5609d62ddb
parent34008373748f334b380972c67938c41f2e98582a
Bug fix: In preventing static global variables from being printed twice,
I also prevented external globals from being printed twice, but they
should (extern declaration and definition).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4043 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp