diff options
author | Devang Patel <dpatel@apple.com> | 2009-11-16 21:53:40 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-11-16 21:53:40 +0000 |
commit | f3d7c08e34e0c04ef0b7db938128d427cc925da7 (patch) | |
tree | 13c434979b8b484a0926d63e02537b8d08d28ddf /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | a3ce7828b2f089ef13db32d76255ae424022012b (diff) | |
download | bcm5719-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.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 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. |