From: Mike Stump Date: Tue, 8 Dec 2009 22:12:48 +0000 (+0000) Subject: Add fixme. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e0179f03074f7a280da2c9691dc344500c79c90;p=clang Add fixme. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90884 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGException.cpp b/lib/CodeGen/CGException.cpp index 9bc884134f..11cf9cedb0 100644 --- a/lib/CodeGen/CGException.cpp +++ b/lib/CodeGen/CGException.cpp @@ -253,6 +253,7 @@ void CodeGenFunction::EmitCXXThrowExpr(const CXXThrowExpr *E) { llvm::ConstantInt::get(SizeTy, TypeSize), "exception"); + // FIXME: terminate protect this CopyObject(*this, E->getSubExpr(), ExceptionPtr); // Now throw the exception.