diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-07-20 22:35:22 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-07-20 22:35:22 +0000 |
commit | 127059c7ecc4c6102f2d7e8b65d9943a201b5582 (patch) | |
tree | da26cc2c4fd9bc31561938b78c5a84b724518839 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 1a7ab9473f794d4ae3f36af5d42023123bc7ddb2 (diff) | |
download | bcm5719-llvm-127059c7ecc4c6102f2d7e8b65d9943a201b5582.tar.gz bcm5719-llvm-127059c7ecc4c6102f2d7e8b65d9943a201b5582.zip |
Early ir-gen for constructor prologue. This is on going.
llvm-svn: 76493
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index f2de3f6acbf..6e905e48ac0 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -358,6 +358,8 @@ public: /// legal to call this function even if there is no current insertion point. void FinishFunction(SourceLocation EndLoc=SourceLocation()); + void EmitCtorPrologue(const CXXConstructorDecl *CD); + /// EmitFunctionProlog - Emit the target specific LLVM code to load the /// arguments for the given function. This is also responsible for naming the /// LLVM function arguments. |