Skip to content

Commit 1878be6

Browse files
committed
adjust doc
1 parent 41971f7 commit 1878be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/tools/mlir-tblgen/OpFormatGen.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,8 +2008,8 @@ static void genNonDefaultValueCheck(MethodBody &body, const Operator &op,
20082008
<< "() != " << propElement.getVar()->prop.getDefaultValue();
20092009
}
20102010

2011-
/// Elide the variadic segment size properties if necessary.
2012-
/// Pushes elided attribute names in `elidedStorage`.
2011+
/// Elide the variadic segment size attributes if necessary.
2012+
/// This pushes elided attribute names in `elidedStorage`.
20132013
static void genVariadicSegmentElision(OperationFormat &fmt, Operator &op,
20142014
MethodBody &body,
20152015
const char *elidedStorage) {

0 commit comments

Comments
 (0)