summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-08-16 10:35:31 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-08-16 10:35:31 +0000
commit37b3f73690ef61d74bb5b7dcc7c64de49bad1ea1 (patch)
tree35d5c9278d533ea29860e2e54daf808f2f513a33 /clang/lib/CodeGen/CGDebugInfo.h
parenta59012577cc2cfab98d56b66c85d304a49cf6c4d (diff)
downloadbcm5719-llvm-37b3f73690ef61d74bb5b7dcc7c64de49bad1ea1.tar.gz
bcm5719-llvm-37b3f73690ef61d74bb5b7dcc7c64de49bad1ea1.zip
Revert r188498.
This change broke release+asserts build with compiler-rt. llvm-svn: 188539
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h
index c3d28342343..041fe492ab3 100644
--- a/clang/lib/CodeGen/CGDebugInfo.h
+++ b/clang/lib/CodeGen/CGDebugInfo.h
@@ -356,7 +356,6 @@ private:
/// getStaticDataMemberDeclaration - Return debug info descriptor to
/// describe in-class static data member declaration for the given
/// out-of-class definition.
- llvm::DIDerivedType getStaticDataMemberDeclarationOrNull(const VarDecl *D);
llvm::DIDerivedType getStaticDataMemberDeclaration(const VarDecl *D);
/// getFunctionName - Get function name for the given FunctionDecl. If the
OpenPOWER on IntegriCloud