summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-11-16 21:53:40 +0000
committerDevang Patel <dpatel@apple.com>2009-11-16 21:53:40 +0000
commitf3d7c08e34e0c04ef0b7db938128d427cc925da7 (patch)
tree13c434979b8b484a0926d63e02537b8d08d28ddf /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parenta3ce7828b2f089ef13db32d76255ae424022012b (diff)
downloadbcm5719-llvm-f3d7c08e34e0c04ef0b7db938128d427cc925da7.tar.gz
bcm5719-llvm-f3d7c08e34e0c04ef0b7db938128d427cc925da7.zip
Revert r88939.
llvm-svn: 88973
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 5b33d7eb612..c81ab73e819 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -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.
OpenPOWER on IntegriCloud