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 | 9b39c51ae3c547568ac42325f94b4197618f6b18 (patch) | |
tree | e6c72e43706e41f9672041aeac8e727173b35b20 /lib/CodeGen/CodeGenFunction.h | |
parent | 3acd9aaa4ddd14afecb4f1c02ca6f585a6d51849 (diff) |
Break out code for reuse. WIP.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 5e23e2646d..70d598dc0e 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/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); |