Skip to content

Commit a81b0c9

Browse files
committed
[NFC][MLGO] Remove the word "inliner" in a generic error message.
1 parent 4c106cf commit a81b0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/ModelUnderTrainingRunner.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ModelUnderTrainingRunner::ModelUnderTrainingRunner(
2828
ModelPath, InputSpecs, [&](size_t I) { return OutputSpecs[I].Spec; },
2929
OutputSpecs.size());
3030
if (!Evaluator || !Evaluator->isValid()) {
31-
Ctx.emitError("Failed to create inliner saved model evaluator");
31+
Ctx.emitError("Failed to create saved model evaluator");
3232
Evaluator.reset();
3333
return;
3434
}

0 commit comments

Comments
 (0)