]> granicus.if.org Git - clang/commitdiff
Add fixme.
authorMike Stump <mrs@apple.com>
Tue, 8 Dec 2009 22:12:48 +0000 (22:12 +0000)
committerMike Stump <mrs@apple.com>
Tue, 8 Dec 2009 22:12:48 +0000 (22:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90884 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGException.cpp

index 9bc884134f9d6c8e75e276a6801b65c5efbf4085..11cf9cedb09b5af8fbf785dc120b011943ba2407 100644 (file)
@@ -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.