Skip to content

Commit

Permalink
Moved xdsl.py out of src directory to example directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Jamieson committed Jul 23, 2024
1 parent a95f0bb commit 9a72847
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/xdsl/xdsl_backends_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from __future__ import print_function
import sys
from psyclone.psyir.nodes.routine import Routine
from psyclone.psyir.backend.xdsl import xDSLWriter
from backend.xdsl import xDSLWriter
from xdsl.printer import Printer
from xdsl.dialects.builtin import ModuleOp

Expand Down

0 comments on commit 9a72847

Please sign in to comment.