[mlir][OpenMP] fix compilation warning (#147987)

This commit is contained in:
Peiming Liu
2025-07-10 08:50:19 -07:00
committed by GitHub
parent 09fb20ec7d
commit 77d04ffd6d

View File

@@ -3156,7 +3156,7 @@ void NewCliOp::getAsmResultNames(OpAsmSetValueNameFn setNameFn) {
llvm_unreachable("heuristic unrolling does not generate a loop");
})
.Default([&](Operation *op) {
assert(!"TODO: Custom name for this operation");
assert(false && "TODO: Custom name for this operation");
return "transformed";
});
}