Add fixme.

llvm-svn: 90884
diff --git a/clang/lib/CodeGen/CGException.cpp b/clang/lib/CodeGen/CGException.cpp
index 9bc8841..11cf9ce 100644
--- a/clang/lib/CodeGen/CGException.cpp
+++ b/clang/lib/CodeGen/CGException.cpp
@@ -253,6 +253,7 @@
                        llvm::ConstantInt::get(SizeTy, TypeSize),
                        "exception");
 
+  // FIXME: terminate protect this
   CopyObject(*this, E->getSubExpr(), ExceptionPtr);
   
   // Now throw the exception.