Skip to content

Commit 5370425

Browse files
committed
Apply clang-tidy fixes for bugprone-argument-comment in SCF.cpp (NFC)
1 parent 61a0fc7 commit 5370425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/SCF/IR/SCF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ void ForallOp::print(OpAsmPrinter &p) {
11901190
OpAsmParser::Delimiter::Paren);
11911191
p << " step ";
11921192
printDynamicIndexList(p, op, getDynamicStep(), getStaticStep(),
1193-
/*valueTypes=*/{}, /*scalable=*/{},
1193+
/*valueTypes=*/{}, /*scalables=*/{},
11941194
OpAsmParser::Delimiter::Paren);
11951195
}
11961196
printInitializationList(p, getRegionOutArgs(), getOutputs(), " shared_outs");

0 commit comments

Comments
 (0)