Remove obsolete FIXME and some dead fallback code.

llvm-svn: 90997
This commit is contained in:
Mike Stump 2009-12-09 23:52:09 +00:00
parent 102530719f
commit 3b60f034f9
1 changed files with 0 additions and 6 deletions

View 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