Skip to content

Commit

Permalink
some organizational comments
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Oct 30, 2023
1 parent c265396 commit f185ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vyper/ir/bb_optimizer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# REVIEW: move this to vyper/venom/
from vyper.utils import OrderedSet, ir_pass
from vyper.venom.basicblock import BB_TERMINATORS, IRBasicBlock, IRInstruction, IRLabel
from vyper.venom.function import IRFunction
Expand Down
1 change: 1 addition & 0 deletions vyper/ir/ir_to_bb_pass.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# REVIEW: move to vyper/venom/
from typing import Optional

from vyper.codegen.ir_node import IRnode
Expand Down

0 comments on commit f185ecd

Please sign in to comment.