diff options
author | John McCall <rjmccall@apple.com> | 2010-07-21 07:11:21 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-07-21 07:11:21 +0000 |
commit | 7495f22934d577c71b4b5bae82142ad54ccb1d59 (patch) | |
tree | 8077797e0eb07b68f4ae0bfd5e04f3e04fa5e8b0 /lib/CodeGen/CodeGenFunction.h | |
parent | 6962f8d156735172146ae812732f4c4ddc13e91b (diff) |
Rip out EHCleanupScope.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108999 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index f6a80cb264..1f22f748ff 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -263,12 +263,6 @@ public: (void) Obj; } - /// Push a cleanup on the stack. - void pushCleanup(llvm::BasicBlock *NormalEntry, - llvm::BasicBlock *NormalExit, - llvm::BasicBlock *EHEntry, - llvm::BasicBlock *EHExit); - /// Pops a cleanup scope off the stack. This should only be called /// by CodeGenFunction::PopCleanupBlock. void popCleanup(); |