From 9368bf9023eee0dc6fcfa007e157fe30e1540fcc Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 25 May 2022 13:45:17 -0400 Subject: [PATCH] Removing this as part of the revert done in 69da3b6aead2e7a18a2578aad661d6d36b8d30cf This appears to have been added in a follow-up commit that I missed. --- clang/lib/CodeGen/CGStmtOpenMP.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/lib/CodeGen/CGStmtOpenMP.cpp b/clang/lib/CodeGen/CGStmtOpenMP.cpp index ebe65e5f72b3..61e3661e59be 100644 --- a/clang/lib/CodeGen/CGStmtOpenMP.cpp +++ b/clang/lib/CodeGen/CGStmtOpenMP.cpp @@ -6317,7 +6317,6 @@ static void emitOMPAtomicExpr(CodeGenFunction &CGF, OpenMPClauseKind Kind, case OMPC_bind: case OMPC_align: case OMPC_cancellation_construct_type: - case OMPC_fail: llvm_unreachable("Clause is not allowed in 'omp atomic'."); } }