Skip to content

Commit b6ff64c

Browse files
committed
revise some outdated comments
1 parent a76d54d commit b6ff64c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/bloqade/squin/analysis/nsites/analysis.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ class NSitesAnalysis(Forward[Sites]):
1515
keys = ["op.nsites"]
1616
lattice = Sites
1717

18-
# Take a page from const prop in Kirin,
19-
# I can get the data I want from the SizedTrait
20-
# and go from there
18+
# Take a page from how constprop works in Kirin
2119

2220
## This gets called before the registry look up
2321
def eval_stmt(self, frame: ForwardFrame, stmt: ir.Statement):
@@ -37,7 +35,7 @@ def eval_stmt(self, frame: ForwardFrame, stmt: ir.Statement):
3735
# For when no implementation is found for the statement
3836
def eval_stmt_fallback(
3937
self, frame: ForwardFrame[Sites], stmt: ir.Statement
40-
) -> tuple[Sites, ...]: # some form of Shape will go back into the frame
38+
) -> tuple[Sites, ...]: # some form of Sites will go back into the frame
4139
return tuple(
4240
(
4341
self.lattice.top()

0 commit comments

Comments
 (0)