forked from OSchip/llvm-project
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:
parent
69da3b6aea
commit
9368bf9023
|
@ -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'.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue