[cfe-commits] r90884 - /cfe/trunk/lib/CodeGen/CGException.cpp

Mike Stump mrs at apple.com
Tue Dec 8 14:12:48 PST 2009


Author: mrs
Date: Tue Dec  8 16:12:48 2009
New Revision: 90884

URL: http://llvm.org/viewvc/llvm-project?rev=90884&view=rev
Log:
Add fixme.

Modified:
    cfe/trunk/lib/CodeGen/CGException.cpp

Modified: cfe/trunk/lib/CodeGen/CGException.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGException.cpp?rev=90884&r1=90883&r2=90884&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CGException.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGException.cpp Tue Dec  8 16:12:48 2009
@@ -253,6 +253,7 @@
                        llvm::ConstantInt::get(SizeTy, TypeSize),
                        "exception");
 
+  // FIXME: terminate protect this
   CopyObject(*this, E->getSubExpr(), ExceptionPtr);
   
   // Now throw the exception.





More information about the cfe-commits mailing list