diff options
author | Mike Stump <mrs@apple.com> | 2009-11-20 23:44:51 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-11-20 23:44:51 +0000 |
commit | 2bf701ee4babb5c4a9ea99ca4675c5ef040bd402 (patch) | |
tree | 553ec3093a0bd73cef6ad456f03f9458cc35f84f /lib/CodeGen/CGCXX.cpp | |
parent | a481edb1b11c956a46cb42cd0dc4dd9851c10801 (diff) |
Checkpoint current work. WIP.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGCXX.cpp')
-rw-r--r-- | lib/CodeGen/CGCXX.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/CodeGen/CGCXX.cpp b/lib/CodeGen/CGCXX.cpp index b1d30a68bb..45a441eb15 100644 --- a/lib/CodeGen/CGCXX.cpp +++ b/lib/CodeGen/CGCXX.cpp @@ -1752,9 +1752,3 @@ void CodeGenFunction::SynthesizeDefaultDestructor(const CXXDestructorDecl *Dtor, EmitDtorEpilogue(Dtor, DtorType); FinishFunction(); } - -// FIXME: Move this to CGStmtCXX.cpp -void CodeGenFunction::EmitCXXTryStmt(const CXXTryStmt &S) { - // FIXME: We need to do more here. - EmitStmt(S.getTryBlock()); -} |