forked from OSchip/llvm-project
[mlir][NFC] Fully qualify call to `mlir::success` in auto generated C++
This commit is contained in:
parent
db1176ce66
commit
296e03fc64
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue