diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-09-15 19:20:10 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-09-15 19:20:10 +0000 |
commit | 91f68b43c326ce7b23856b8ebdb15cf59256728e (patch) | |
tree | 06664f1b53e0054a5bfd1e74cc5bae7fb2dd0eda /clang/lib/CodeGen/CodeGenModule.h | |
parent | 33d585cb25870eb83946280a2c422081fab65833 (diff) | |
download | bcm5719-llvm-91f68b43c326ce7b23856b8ebdb15cf59256728e.tar.gz bcm5719-llvm-91f68b43c326ce7b23856b8ebdb15cf59256728e.zip |
Move emitCXXStructor to CGCXXABI.
A followup patch will address the code duplication.
llvm-svn: 217807
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 1ae09c84cc9..f0daa5169f2 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -1091,10 +1091,6 @@ private: void EmitLinkageSpec(const LinkageSpecDecl *D); void CompleteDIClassType(const CXXMethodDecl* D); - /// Emit a single constructor/destructor with the given type from a C++ - /// constructor Decl. - void emitCXXStructor(const CXXMethodDecl *D, StructorType Type); - /// \brief Emit the function that initializes C++ thread_local variables. void EmitCXXThreadLocalInitFunc(); |