diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-11-17 09:17:08 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-11-17 09:17:08 +0000 |
commit | 381afae68f3edd5cca65835003dacd73aca5da55 (patch) | |
tree | a659d73853938244ef3f6f72d326285d3e9e3dff /lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | 8dc071a6e522ea5e3eb265e28b410be8f57cffb2 (diff) |
Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 98b417ab91..c62c43545c 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -145,7 +145,6 @@ public: //===----------------------------------------------------------------------===// /// DbgScope - This class is used to track scope information. /// -class DbgConcreteScope; class DbgScope { DbgScope *Parent; // Parent to this scope. DIDescriptor Desc; // Debug info descriptor for scope. |