Skip to content

Commit 9368bf9

Browse files
committed
Removing this as part of the revert done in 69da3b6
This appears to have been added in a follow-up commit that I missed.
1 parent 69da3b6 commit 9368bf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/CodeGen/CGStmtOpenMP.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6317,7 +6317,6 @@ static void emitOMPAtomicExpr(CodeGenFunction &CGF, OpenMPClauseKind Kind,
63176317
case OMPC_bind:
63186318
case OMPC_align:
63196319
case OMPC_cancellation_construct_type:
6320-
case OMPC_fail:
63216320
llvm_unreachable("Clause is not allowed in 'omp atomic'.");
63226321
}
63236322
}

0 commit comments

Comments
 (0)