aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/DwarfWriter.h
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-02-06 15:33:21 +0000
committerJim Laskey <jlaskey@mac.com>2006-02-06 15:33:21 +0000
commit86cbdba5228a3cb043a73c630e8d93e1a943cbe3 (patch)
treee37ebc9b551436dbb6b77efe687f1ae81a781a86 /include/llvm/CodeGen/DwarfWriter.h
parent984cb3773f78ed290e33e05d25a6620deec6ca04 (diff)
downloadexternal_llvm-86cbdba5228a3cb043a73c630e8d93e1a943cbe3.tar.gz
external_llvm-86cbdba5228a3cb043a73c630e8d93e1a943cbe3.tar.bz2
external_llvm-86cbdba5228a3cb043a73c630e8d93e1a943cbe3.zip
Changing model for the construction of debug information.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26016 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/DwarfWriter.h')
-rw-r--r--include/llvm/CodeGen/DwarfWriter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/DwarfWriter.h b/include/llvm/CodeGen/DwarfWriter.h
index c98dbbce39..841a029d60 100644
--- a/include/llvm/CodeGen/DwarfWriter.h
+++ b/include/llvm/CodeGen/DwarfWriter.h
@@ -33,7 +33,7 @@ namespace llvm {
// Forward declarations.
//
class AsmPrinter;
- class CompileUnitWrapper;
+ class CompileUnitDesc;
class DIE;
class DwarfWriter;
class DWContext;
@@ -657,7 +657,7 @@ private:
/// NewCompileUnit - Create new compile unit information.
///
- DIE *NewCompileUnit(const CompileUnitWrapper &CompileUnit);
+ DIE *NewCompileUnit(const CompileUnitDesc *CompileUnit);
/// EmitInitial - Emit initial Dwarf declarations.
///