Dropped DwarfWriter::
authorJim Laskey <jlaskey@mac.com>
Thu, 26 Jan 2006 22:25:04 +0000 (22:25 +0000)
committerJim Laskey <jlaskey@mac.com>
Thu, 26 Jan 2006 22:25:04 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25665 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/DwarfWriter.h

index aec1077eedfa0fdb3c19a0ad92423e28478c60ed..7c460e2487b74e04dbc5269bdbdec9fa813adf28 100644 (file)
@@ -649,7 +649,7 @@ private:
 
     /// NewCompileUnit - Create new compile unit information.
     ///
-    DIE *DwarfWriter::NewCompileUnit(const CompileUnitWrapper &CompileUnit);
+    DIE *NewCompileUnit(const CompileUnitWrapper &CompileUnit);
 
     /// EmitInitial - Emit initial Dwarf declarations.
     ///