Revert r88939.
authorNick Lewycky <nicholas@mxc.ca>
Tue, 17 Nov 2009 08:11:44 +0000 (08:11 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 17 Nov 2009 08:11:44 +0000 (08:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89066 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index c81ab73e819d1c47c8391c5572c2a55fa6a18f7d..98b417ab91521f190b0902a71a98ec9ab439f13a 100644 (file)
@@ -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: