[clang] 9368bf9 - Removing this as part of the revert done in 69da3b6aead2e7a18a2578aad661d6d36b8d30cf
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed May 25 10:46:52 PDT 2022
Author: Aaron Ballman
Date: 2022-05-25T13:45:17-04:00
New Revision: 9368bf9023eee0dc6fcfa007e157fe30e1540fcc
URL: https://github.com/llvm/llvm-project/commit/9368bf9023eee0dc6fcfa007e157fe30e1540fcc
DIFF: https://github.com/llvm/llvm-project/commit/9368bf9023eee0dc6fcfa007e157fe30e1540fcc.diff
LOG: Removing this as part of the revert done in 69da3b6aead2e7a18a2578aad661d6d36b8d30cf
This appears to have been added in a follow-up commit that I missed.
Added:
Modified:
clang/lib/CodeGen/CGStmtOpenMP.cpp
Removed:
################################################################################
diff --git a/clang/lib/CodeGen/CGStmtOpenMP.cpp b/clang/lib/CodeGen/CGStmtOpenMP.cpp
index ebe65e5f72b3e..61e3661e59be0 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'.");
}
}
More information about the cfe-commits
mailing list