diff options
author | David Blaikie <dblaikie@gmail.com> | 2017-01-18 21:15:18 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2017-01-18 21:15:18 +0000 |
commit | 75ed8ad69e0459a1fbc8a1a73d33c73ff0e57e84 (patch) | |
tree | f662ba34e0b358d7a8bd2bbb322a12036f9dbcfd /clang/lib/CodeGen/CodeGenModule.h | |
parent | 8ce2d14356a690201c813b619cf0ab3c06b92339 (diff) | |
download | bcm5719-llvm-75ed8ad69e0459a1fbc8a1a73d33c73ff0e57e84.tar.gz bcm5719-llvm-75ed8ad69e0459a1fbc8a1a73d33c73ff0e57e84.zip |
Remove now redundant code that ensured debug info for class definitions was emitted under certain circumstances
Introduced in r181561 - it may've been subsumed by work done to allow
emission of declarations for vtable types while still emitting some of
their member functions correctly for those declarations. Whatever the
reason, the tests pass without this code now.
llvm-svn: 292439
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 1d72b4edeb1..1715b3d913b 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -1222,7 +1222,6 @@ private: void EmitDeclContext(const DeclContext *DC); void EmitLinkageSpec(const LinkageSpecDecl *D); - void CompleteDIClassType(const CXXMethodDecl* D); /// \brief Emit the function that initializes C++ thread_local variables. void EmitCXXThreadLocalInitFunc(); |