mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 04:14:03 +08:00
[mlir][OpenMP] fix compilation warning (#147987)
This commit is contained in:
@@ -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";
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user