Skip to content

Commit 6525b3e

Browse files
committed
[FIRRTL] Tablegen whitespace cleanup, NFC
Cleanup trailing whitespace in FIRRTLExpressions.td. Signed-off-by: Schuyler Eldridge <[email protected]>
1 parent 3f82acb commit 6525b3e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

include/circt/Dialect/FIRRTL/FIRRTLExpressions.td

+6-6
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,11 @@ class BaseSubfieldOp<string name, Type btype, Type rtype> : FIRRTLExprOp<name> {
275275
return build($_builder, $_state, input, *fieldIndex);
276276
}]>
277277
];
278-
278+
279279
let inferTypeDecl = [{
280280
static FIRRTLType inferReturnType(Type inType , uint32_t fieldIndex,
281281
std::optional<Location> loc);
282-
282+
283283
static FIRRTLType inferReturnType(ValueRange operands,
284284
mlir::DictionaryAttr attrs,
285285
mlir::OpaqueProperties properties,
@@ -340,7 +340,7 @@ def SubindexOp : FIRRTLExprOp<"subindex"> {
340340
let inferTypeDecl = [{
341341
static FIRRTLType inferReturnType(Type inType , uint32_t fieldIndex,
342342
std::optional<Location> loc);
343-
343+
344344
static FIRRTLType inferReturnType(ValueRange operands,
345345
mlir::DictionaryAttr attrs,
346346
mlir::OpaqueProperties properties,
@@ -382,7 +382,7 @@ def OpenSubindexOp : FIRRTLExprOp<"opensubindex"> {
382382
let inferTypeDecl = [{
383383
static FIRRTLType inferReturnType(Type inType , uint32_t fieldIndex,
384384
std::optional<Location> loc);
385-
385+
386386
static FIRRTLType inferReturnType(ValueRange operands,
387387
mlir::DictionaryAttr attrs,
388388
mlir::OpaqueProperties properties,
@@ -1189,7 +1189,7 @@ def ObjectSubfieldOp : FIRRTLOp<"object.subfield",
11891189

11901190
static Type inferReturnType(Type inType , uint32_t fieldIndex,
11911191
std::optional<Location> loc);
1192-
1192+
11931193
static Type inferReturnType(ValueRange operands,
11941194
mlir::DictionaryAttr attrs,
11951195
mlir::OpaqueProperties properties,
@@ -1541,7 +1541,7 @@ def RefSubOp : FIRRTLExprOp<"ref.sub"> {
15411541
let inferTypeDecl = [{
15421542
static FIRRTLType inferReturnType(Type inType , uint32_t fieldIndex,
15431543
std::optional<Location> loc);
1544-
1544+
15451545
static FIRRTLType inferReturnType(ValueRange operands,
15461546
mlir::DictionaryAttr attrs,
15471547
mlir::OpaqueProperties properties,

0 commit comments

Comments
 (0)