Skip to content

Commit 4215178

Browse files
committed
Fix merge issues
1 parent 686e513 commit 4215178

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ static LogicalResult checkImplementationStatus(Operation &op) {
304304
checkAllocate(op, result);
305305
checkBare(op, result);
306306
checkDevice(op, result);
307-
checkHostEval(op, result);
308307
checkInReduction(op, result);
309308
checkIsDevicePtr(op, result);
310309
checkPrivate(op, result);

0 commit comments

Comments
 (0)