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 | 32f3701853a8237704065c77abc17369dd02c39b (patch) | |
tree | 035ccf363b640f9c36b625b9270596f523b153e8 /lib/CodeGen/CodeGenFunction.h | |
parent | d2ae5aa732e8587816fd7a7be911460e337c178e (diff) |
Cleanups. Move GenerateRtti to CodeGenModule.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79372 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 41c886a656..8cee4a649c 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/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); |