aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2010-03-31 23:08:46 +0000
committerStuart Hastings <stuart@apple.com>2010-03-31 23:08:46 +0000
commitf8df814869368edd3f74bc81dca202f0d2a55b66 (patch)
tree81ade32e6f6ba55c5e6bd97386b9bc62f4628e19 /lib/CodeGen/AsmPrinter/DwarfDebug.h
parentbbd51cd0a108ea4d47eb6f957e1409507097dfc9 (diff)
downloadexternal_llvm-f8df814869368edd3f74bc81dca202f0d2a55b66.tar.gz
external_llvm-f8df814869368edd3f74bc81dca202f0d2a55b66.tar.bz2
external_llvm-f8df814869368edd3f74bc81dca202f0d2a55b66.zip
Reverting 100048; it broke two Frontend debug info tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index fba39a14bb..ad6b0c2cb7 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -315,9 +315,6 @@ class DwarfDebug : public DwarfPrinter {
/// addToContextOwner - Add Die into the list of its context owner's children.
void addToContextOwner(DIE *Die, DIDescriptor Context);
- /// isFunctionContext - True if given Context is nested within a function.
- bool isFunctionContext(DIE *context);
-
/// addType - Add a new type attribute to the specified entity.
void addType(DIE *Entity, DIType Ty);