Skip to content

Commit 6a3b33e

Browse files
committed
[FIRRTL] Whitespace cleanup, NFC
Cleanup trailing whitespace in an `InferWidths` test. Signed-off-by: Schuyler Eldridge <[email protected]>
1 parent fbe6f95 commit 6a3b33e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Dialect/FIRRTL/infer-widths.mlir

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ firrtl.circuit "Foo" {
867867

868868
%c0_ui2 = firrtl.constant 0 : !firrtl.uint<2>
869869
firrtl.connect %w, %c0_ui2 : !firrtl.uint, !firrtl.uint<2>
870-
870+
871871
%bov_a = firrtl.subfield %bov[a] : !firrtl.bundle<a: vector<uint, 2>, b flip: uint>
872872
%bov_a_1 = firrtl.subindex %bov_a[1] : !firrtl.vector<uint, 2>
873873
%bov_b = firrtl.subfield %bov[b] : !firrtl.bundle<a: vector<uint, 2>, b flip: uint>
@@ -922,7 +922,7 @@ firrtl.circuit "Foo" {
922922
%0 = firrtl.subfield %invalid[a] : !firrtl.bundle<a: vector<uint, 2>>
923923
%1 = firrtl.subindex %0[0] : !firrtl.vector<uint, 2>
924924
}
925-
925+
926926
// CHECK-LABEL: @InferConst
927927
// CHECK-SAME: out %out: !firrtl.const.bundle<a: uint<1>, b: sint<2>, c: analog<3>, d: vector<uint<4>, 2>>
928928
firrtl.module @InferConst(in %a: !firrtl.const.uint<1>, in %b: !firrtl.const.sint<2>, in %c: !firrtl.const.analog<3>, in %d: !firrtl.const.vector<uint<4>, 2>,
@@ -937,7 +937,7 @@ firrtl.circuit "Foo" {
937937
firrtl.attach %2, %c : !firrtl.const.analog, !firrtl.const.analog<3>
938938
firrtl.connect %3, %d : !firrtl.const.vector<uint, 2>, !firrtl.const.vector<uint<4>, 2>
939939
}
940-
940+
941941
// Should not crash when encountering property types.
942942
// CHECK: firrtl.module @Property(in %a: !firrtl.string)
943943
firrtl.module @Property(in %a: !firrtl.string) { }

0 commit comments

Comments
 (0)