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 21c92a2 commit 3564d75Copy full SHA for 3564d75
mlir/lib/Dialect/SCF/IR/SCF.cpp
@@ -152,7 +152,7 @@ ParseResult ExecuteRegionOp::parse(OpAsmParser &parser,
152
void ExecuteRegionOp::print(OpAsmPrinter &p) {
153
p.printOptionalArrowTypeList(getResultTypes());
154
p << ' ';
155
- if(getNoInline())
+ if (getNoInline())
156
p << "no_inline ";
157
p.printRegion(getRegion(),
158
/*printEntryBlockArgs=*/false,
0 commit comments