Fix a funky "declared with greater visibility than the type of its field"
authorJeffrey Yasskin <jyasskin@google.com>
Tue, 3 Nov 2009 06:29:36 +0000 (06:29 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Tue, 3 Nov 2009 06:29:36 +0000 (06:29 +0000)
commit36d52bf4df4f5c86f2aad1131195b0f47e481836
tree9cd2ec9828d2c61e24057e28fb7ef1557d602925
parentba908640b3e0c1218748776e244d4b7234451155
Fix a funky "declared with greater visibility than the type of its field"
warning from gcc by removing VISIBILITY_HIDDEN attributes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85873 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp