summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-08-20 21:49:21 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-08-20 21:49:21 +0000
commitce76304627d39e9e4308a2d0fe63d7b4651feaa5 (patch)
treebc7f6e1b0017b4335b8be6f9431a73f9a0bc9c08 /clang/lib/CodeGen/CGDebugInfo.h
parentbcbc89cf0b845ceda3c8bb5262281688d33290ef (diff)
downloadbcm5719-llvm-ce76304627d39e9e4308a2d0fe63d7b4651feaa5.tar.gz
bcm5719-llvm-ce76304627d39e9e4308a2d0fe63d7b4651feaa5.zip
DebugInfo: comment/inlining based on feedback from Eric & Adrian
llvm-svn: 188834
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h
index 6ecc7e5fe10..4807b11f173 100644
--- a/clang/lib/CodeGen/CGDebugInfo.h
+++ b/clang/lib/CodeGen/CGDebugInfo.h
@@ -359,9 +359,6 @@ private:
/// declaration for the given out-of-class definition.
llvm::DIDerivedType
getOrCreateStaticDataMemberDeclarationOrNull(const VarDecl *D);
- llvm::DIDerivedType
- getOrCreateStaticDataMemberDeclaration(const VarDecl *D,
- llvm::DICompositeType Ctxt);
/// getFunctionName - Get function name for the given FunctionDecl. If the
/// name is constructred on demand (e.g. C++ destructor) then the name
OpenPOWER on IntegriCloud