aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGStmt.cpp
diff options
context:
space:
mode:
authorJoao Matos <ripzonetriton@gmail.com>2012-09-04 17:49:35 +0000
committerJoao Matos <ripzonetriton@gmail.com>2012-09-04 17:49:35 +0000
commit568ba871bbac959029671b81f8e531edb7e0d7d6 (patch)
tree8f85d37b1d6cb96f2aae6e5fae79eafd4f14aa10 /lib/CodeGen/CGStmt.cpp
parent4c5fa4292a2ae1fd69c8b984543519c4f119c540 (diff)
Revert r163083 per chandlerc's request.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163149 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGStmt.cpp')
-rw-r--r--lib/CodeGen/CGStmt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGStmt.cpp b/lib/CodeGen/CGStmt.cpp
index c535ec41a7..465fb968b7 100644
--- a/lib/CodeGen/CGStmt.cpp
+++ b/lib/CodeGen/CGStmt.cpp
@@ -163,7 +163,6 @@ void CodeGenFunction::EmitStmt(const Stmt *S) {
case Stmt::CXXForRangeStmtClass:
EmitCXXForRangeStmt(cast<CXXForRangeStmt>(*S));
case Stmt::SEHTryStmtClass:
- case Stmt::SEHLeaveStmtClass:
// FIXME Not yet implemented
break;
}