Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
peephole
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
peephole
Commits
0432a8b0
Commit
0432a8b0
authored
Dec 22, 2011
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed import errors.
parent
ef3125ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/dataflow.py
src/dataflow.py
+1
-1
tests/test_optimize.py
tests/test_optimize.py
+1
-1
No files found.
src/dataflow.py
View file @
0432a8b0
from
copy
import
copy
from
utils
import
Block
from
statement
import
Block
class
BasicBlock
(
Block
):
...
...
tests/test_optimize.py
View file @
0432a8b0
import
unittest
from
src.optimize
import
optimize_global
from
src.
utils
import
Statement
as
S
,
Block
as
B
from
src.
statement
import
Statement
as
S
,
Block
as
B
class
TestOptimize
(
unittest
.
TestCase
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment