From 9c58f317da17de32afeefdd48acad8779a480362 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 20 Sep 2013 22:20:55 +0000 Subject: Migrate addGlobalName to the .cpp file as an intermediate step to further work. llvm-svn: 191113 --- llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h') diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index ecffb257025..980ebc8b625 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -129,13 +129,12 @@ public: /// addGlobalName - Add a new global entity to the compile unit. /// - void addGlobalName(StringRef Name, DIE *Die) { GlobalNames[Name] = Die; } + void addGlobalName(StringRef Name, DIE *Die); /// addGlobalType - Add a new global type to the compile unit. /// void addGlobalType(DIType Ty); - /// addAccelName - Add a new name to the name accelerator table. void addAccelName(StringRef Name, DIE *Die) { std::vector &DIEs = AccelNames[Name]; -- cgit v1.2.3