diff options
author | Mike Stump <mrs@apple.com> | 2009-12-09 22:59:31 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-12-09 22:59:31 +0000 |
commit | 2b488873bf9a552dd5928910240e73e0ad129f6d (patch) | |
tree | d65c63d3859f8b66c0830717308d2f53c7a4015f /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 72c367fb529bf6165b0972a3923f85a24fe14b6c (diff) | |
download | bcm5719-llvm-2b488873bf9a552dd5928910240e73e0ad129f6d.tar.gz bcm5719-llvm-2b488873bf9a552dd5928910240e73e0ad129f6d.zip |
Break out code for reuse. WIP.
llvm-svn: 90991
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 5e23e2646d6..70d598dc0e9 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -553,6 +553,8 @@ public: /// EmitEndEHSpec - Emit the end of the exception spec. void EmitEndEHSpec(const Decl *D); + llvm::BasicBlock *getTerminateHandler(); + const llvm::Type *ConvertTypeForMem(QualType T); const llvm::Type *ConvertType(QualType T); |