summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-08-18 21:49:00 +0000
committerMike Stump <mrs@apple.com>2009-08-18 21:49:00 +0000
commit07347353a00148fbc726b2d620c193c19ecac664 (patch)
tree00f90cf19e878452568c052dc129974e2d263af6 /clang/lib/CodeGen/CodeGenFunction.h
parent19380c4b8831b1b49e5eefb399bc35718a7bb701 (diff)
downloadbcm5719-llvm-07347353a00148fbc726b2d620c193c19ecac664.tar.gz
bcm5719-llvm-07347353a00148fbc726b2d620c193c19ecac664.zip
Cleanups. Move GenerateRtti to CodeGenModule.
llvm-svn: 79372
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 41c886a656a..8cee4a649cc 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -361,7 +361,6 @@ public:
/// legal to call this function even if there is no current insertion point.
void FinishFunction(SourceLocation EndLoc=SourceLocation());
- llvm::Constant *GenerateRtti(const CXXRecordDecl *RD);
llvm::Value *GenerateVtable(const CXXRecordDecl *RD);
void EmitCtorPrologue(const CXXConstructorDecl *CD);
OpenPOWER on IntegriCloud