Revert r88939.
authorDevang Patel <dpatel@apple.com>
Mon, 16 Nov 2009 21:53:40 +0000 (21:53 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 16 Nov 2009 21:53:40 +0000 (21:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88973 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index 5b33d7eb6127e991644f6fc53c4f26ac73b9e153..c81ab73e819d1c47c8391c5572c2a55fa6a18f7d 100644 (file)
@@ -124,7 +124,7 @@ public:
 //===----------------------------------------------------------------------===//
 /// DbgVariable - This class is used to track local variable information.
 ///
-class VISIBILITY_HIDDEN DbgVariable {
+class DbgVariable {
   DIVariable Var;                    // Variable Descriptor.
   unsigned FrameIndex;               // Variable frame index.
   DbgVariable *AbstractVar;          // Abstract variable for this variable.
@@ -146,7 +146,7 @@ public:
 /// DbgScope - This class is used to track scope information.
 ///
 class DbgConcreteScope;
-class VISIBILITY_HIDDEN DbgScope {
+class DbgScope {
   DbgScope *Parent;                   // Parent to this scope.
   DIDescriptor Desc;                  // Debug info descriptor for scope. 
   WeakVH InlinedAtLocation;           // Location at which scope is inlined.