summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-08-18 23:17:55 +0000
committerDevang Patel <dpatel@apple.com>2011-08-18 23:17:55 +0000
commit0ecbcbd12ce9180513181632e54de23067238d37 (patch)
tree634f18e37d023a055c2c20b72c44aa9a74eff234 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
parent44306e2e5f20372e32b265e6cfe7495ee20011a3 (diff)
downloadbcm5719-llvm-0ecbcbd12ce9180513181632e54de23067238d37.tar.gz
bcm5719-llvm-0ecbcbd12ce9180513181632e54de23067238d37.zip
Eliminate unnecessary forwarding function.
llvm-svn: 138006
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 042d693a9b6..35653be5c89 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -417,9 +417,6 @@ private:
/// metadata node with tag DW_TAG_compile_unit.
CompileUnit *constructCompileUnit(const MDNode *N);
- /// constructGlobalVariableDIE - Construct global variable DIE.
- void constructGlobalVariableDIE(CompileUnit *TheCU, const MDNode *N);
-
/// construct SubprogramDIE - Construct subprogram DIE.
void constructSubprogramDIE(CompileUnit *TheCU, const MDNode *N);
OpenPOWER on IntegriCloud