diff options
author | Mike Stump <mrs@apple.com> | 2009-08-18 21:49:00 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-08-18 21:49:00 +0000 |
commit | 07347353a00148fbc726b2d620c193c19ecac664 (patch) | |
tree | 00f90cf19e878452568c052dc129974e2d263af6 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 19380c4b8831b1b49e5eefb399bc35718a7bb701 (diff) | |
download | bcm5719-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.h | 1 |
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); |