summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-09-15 19:20:10 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-09-15 19:20:10 +0000
commit91f68b43c326ce7b23856b8ebdb15cf59256728e (patch)
tree06664f1b53e0054a5bfd1e74cc5bae7fb2dd0eda /clang/lib/CodeGen/CodeGenModule.h
parent33d585cb25870eb83946280a2c422081fab65833 (diff)
downloadbcm5719-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.h4
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();
OpenPOWER on IntegriCloud