diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-11-17 08:11:44 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-11-17 08:11:44 +0000 |
commit | b7993d61f245229544502d9c0f614358bebdb7c9 (patch) | |
tree | b62cb3ff5295e8d57680717f05844a8190350e64 | |
parent | 4930e3357b0830ded8b903e518985f8ba8cb7a89 (diff) | |
download | bcm5719-llvm-b7993d61f245229544502d9c0f614358bebdb7c9.tar.gz bcm5719-llvm-b7993d61f245229544502d9c0f614358bebdb7c9.zip |
Revert r88939.
llvm-svn: 89066
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index c81ab73e819..98b417ab915 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -48,7 +48,7 @@ namespace llvm { //===----------------------------------------------------------------------===// /// CompileUnit - This dwarf writer support class manages information associate /// with a source file. -class VISIBILITY_HIDDEN CompileUnit { +class CompileUnit { /// ID - File identifier for source. /// unsigned ID; @@ -241,7 +241,7 @@ void DbgScope::dump() const { /// DbgConcreteScope - This class is used to track a scope that holds concrete /// instance information. /// -class VISIBILITY_HIDDEN DbgConcreteScope : public DbgScope { +class DbgConcreteScope : public DbgScope { CompileUnit *Unit; DIE *Die; // Debug info for this concrete scope. public: |