From 23e17c81d508a124c980ae8d198a7b70292298b5 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 9 Dec 2009 23:52:09 +0000 Subject: [PATCH] Remove obsolete FIXME and some dead fallback code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90997 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGException.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/CodeGen/CGException.cpp b/lib/CodeGen/CGException.cpp index 5e26e9bbea..13780b39bb 100644 --- a/lib/CodeGen/CGException.cpp +++ b/lib/CodeGen/CGException.cpp @@ -394,12 +394,6 @@ void CodeGenFunction::EmitEndEHSpec(const Decl *D) { } 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 -- 2.50.1