Removing this as part of the revert done in 69da3b6aea

This appears to have been added in a follow-up commit that I missed.
This commit is contained in:
Aaron Ballman 2022-05-25 13:45:17 -04:00
parent 69da3b6aea
commit 9368bf9023
1 changed files with 0 additions and 1 deletions

View File

@ -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'.");
}
}