[mlir][NFC] Fully qualify call to `mlir::success` in auto generated C++

This commit is contained in:
Markus Böck 2022-02-05 00:40:04 +01:00
parent db1176ce66
commit 296e03fc64
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ void PatternEmitter::emitEitherOperandMatch(DagNode tree, DagNode eitherArgTree,
}
os << tblgenOps.str();
os << "return success();\n";
os << "return ::mlir::success();\n";
os.unindent() << "};\n";
os << "{\n";