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

Mike Stump mrs at apple.com
Wed Dec 9 15:52:09 PST 2009


Author: mrs
Date: Wed Dec  9 17:52:09 2009
New Revision: 90997

URL: http://llvm.org/viewvc/llvm-project?rev=90997&view=rev
Log:
Remove obsolete FIXME and some dead fallback code.

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=90997&r1=90996&r2=90997&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CGException.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGException.cpp Wed Dec  9 17:52:09 2009
@@ -394,12 +394,6 @@
 }
 
 void CodeGenFunction::EmitCXXTryStmt(const CXXTryStmt &S) {
-  if (0) {
-    EmitStmt(S.getTryBlock());
-    return;
-  }
-
-  // FIXME: The below is still just a sketch of the code we need.
   // Pointer to the personality function
   llvm::Constant *Personality =
     CGM.CreateRuntimeFunction(llvm::FunctionType::get(llvm::Type::getInt32Ty





More information about the cfe-commits mailing list