]> granicus.if.org Git - clang/commitdiff
Remove obsolete FIXME and some dead fallback code.
authorMike Stump <mrs@apple.com>
Wed, 9 Dec 2009 23:52:09 +0000 (23:52 +0000)
committerMike Stump <mrs@apple.com>
Wed, 9 Dec 2009 23:52:09 +0000 (23:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90997 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGException.cpp

index 5e26e9bbea52037e3cf0785678ecd143e5a55552..13780b39bbad890807f43292732ebcba2ed8e6f9 100644 (file)
@@ -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