diff --git a/lib/Sema/CSClosure.cpp b/lib/Sema/CSClosure.cpp index b608e5e902b..d9c889b84ec 100644 --- a/lib/Sema/CSClosure.cpp +++ b/lib/Sema/CSClosure.cpp @@ -387,7 +387,7 @@ private: if (isa(decl)) return; - llvm_unreachable("Unimplemented case for closure body"); + // Other declarations will be handled at application time. } void visitBreakStmt(BreakStmt *breakStmt) {