Skip to content

Commit 05a2443

Browse files
committed
Update commenet
1 parent 19afb88 commit 05a2443

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/include/mlir/Support/StateStack.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
//===----------------------------------------------------------------------===//
88
//
99
// This file defines utilities for storing a stack of generic context.
10-
// The context can be arbitrary data, possibly including file-scoped types.
10+
// The context can be arbitrary data, possibly including file-scoped types. Data
11+
// must be derived from StateStackFrameBase and implement MLIR TypeID.
1112
//
1213
//===----------------------------------------------------------------------===//
1314

0 commit comments

Comments
 (0)