Skip to content

Commit

Permalink
Update test/Dialect/FIRRTL/advanced-layer-sink.mlir
Browse files Browse the repository at this point in the history
Co-authored-by: Will Dietz <[email protected]>
  • Loading branch information
rwy7 and dtzSiFive authored Dec 13, 2024
1 parent 1a4a875 commit 65e1b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Dialect/FIRRTL/advanced-layer-sink.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ firrtl.circuit "DoNotSinkInstanceOfModuleWithPortAnno" {

// CHECK: firrtl.module @DoNotSinkInstanceOfModuleWithPortAnno
firrtl.module @DoNotSinkInstanceOfModuleWithPortAnno() {
// CHECK-NEXT: firrtl.instance foo @ModuleWithPortAnn
// CHECK-NEXT: firrtl.instance foo @ModuleWithPortAnno
%foo_out = firrtl.instance foo @ModuleWithPortAnno(out out : !firrtl.uint<1>)
// CHECK-NEXT: firrtl.layerblock
firrtl.layerblock @A {
Expand Down

0 comments on commit 65e1b7d

Please sign in to comment.