aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-12-09 23:52:09 +0000
committerMike Stump <mrs@apple.com>2009-12-09 23:52:09 +0000
commit23e17c81d508a124c980ae8d198a7b70292298b5 (patch)
tree41dd8a9618e9d22c53540b53c38e18725655b985
parent20d3a53cef96ed1d42ec82a313e8453cfef6512b (diff)
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
-rw-r--r--lib/CodeGen/CGException.cpp6
1 files changed, 0 insertions, 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