We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3cbb4 commit b91da85Copy full SHA for b91da85
heavy/lib/Nbdl/NbdlWriter.cpp
@@ -401,7 +401,7 @@ class FuncWriter : public NbdlWriter<FuncWriter> {
401
// Write parameters.
402
OS << '(';
403
mlir::BlockArgument& Arg = Body.getArguments().front();
404
- OS << Op.getType() << ' ' << SetLocalVarName(Arg, "arg_");
+ OS << TypeStr << ' ' << SetLocalVarName(Arg, "arg_");
405
OS << ')';
406
OS << "{\n";
407
VisitRegion(Body);
0 commit comments