Skip to content

Commit d4f46bb

Browse files
committed
dialect handover
1 parent 6552782 commit d4f46bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bloqade/squin/passes/qasm2_to_squin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def unsafe_run(self, mt: ir.Method) -> RewriteResult:
3838
mt.dialects = squin.kernel
3939

4040
# the rest is taken from the squin kernel
41-
4241
rewrite_result = Fold(dialects=mt.dialects).fixpoint(mt)
4342
rewrite_result = (
4443
TypeInfer(dialects=mt.dialects).unsafe_run(mt).join(rewrite_result)

0 commit comments

Comments
 (0)