Try/catch statements seem to be working well enough to turn on.

llvm-svn: 90538
diff --git a/clang/lib/CodeGen/CGException.cpp b/clang/lib/CodeGen/CGException.cpp
index 5f54935..2374d91 100644
--- a/clang/lib/CodeGen/CGException.cpp
+++ b/clang/lib/CodeGen/CGException.cpp
@@ -266,7 +266,7 @@
 }
 
 void CodeGenFunction::EmitCXXTryStmt(const CXXTryStmt &S) {
-  if (1) {
+  if (0) {
     EmitStmt(S.getTryBlock());
     return;
   }