From 511731786e2dd3b8faee5a3e5ac20d3755650f91 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Thu, 26 Jan 2006 22:25:04 +0000 Subject: [PATCH] Dropped DwarfWriter:: git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25665 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/DwarfWriter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/DwarfWriter.h b/include/llvm/CodeGen/DwarfWriter.h index aec1077eedf..7c460e2487b 100644 --- a/include/llvm/CodeGen/DwarfWriter.h +++ b/include/llvm/CodeGen/DwarfWriter.h @@ -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. ///