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 | 20141f2d8cb0785d0117ca8804fa2320df738c9a (patch) | |
tree | d273428d44f308bd9e08248676969ba4593c1d5b /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 7535ee0352dbaf4b5c10fc0faeac65bad7d8a7bd (diff) | |
download | bcm5719-llvm-20141f2d8cb0785d0117ca8804fa2320df738c9a.tar.gz bcm5719-llvm-20141f2d8cb0785d0117ca8804fa2320df738c9a.zip |
Rip out EHCleanupScope.
llvm-svn: 108999
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index f6a80cb264f..1f22f748ff7 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/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(); |