Skip to content

Commit d373dd8

Browse files
committed
Remove outdated comment
1 parent 4646b53 commit d373dd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/tools/mlir-tblgen/OpDocGen.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ static void emitOpDoc(const Operator &op, raw_ostream &os) {
199199

200200
// Emit attributes.
201201
if (op.getNumAttributes() != 0) {
202-
// TODO: Attributes are only documented by TableGen name, with no further
203-
// info. This should be improved.
204202
os << "\n#### Attributes:\n\n";
205203
// Note: This table is HTML rather than markdown so the attribute's
206204
// description can appear in an expandable region. The description may be

0 commit comments

Comments
 (0)