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 4c2914b commit 053a0a2Copy full SHA for 053a0a2
Tools/cases_generator/parsing.py
@@ -105,7 +105,7 @@ class OpName(Node):
105
106
@dataclass
107
class InstHeader(Node):
108
- annotations : list[str]
+ annotations: list[str]
109
kind: Literal["inst", "op"]
110
name: str
111
inputs: list[InputEffect]
@@ -114,7 +114,7 @@ class InstHeader(Node):
114
115
116
class InstDef(Node):
117
118
119
120
0 commit comments