forked from vyperlang/vyper
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[venom]: fix
cfg
output format (vyperlang#4010)
this commit fixes a regression introduced in ace3789, as we now have multiple `IRFunction` objects grouped in an `IRContext`. This commit adds the required `as_graph()` method to `IRContext`. At the same time the `IRFuntions.as_graph()` is updated to support emitting only a subgraph without wrapping it into a graphviz `digraph`.
- Loading branch information
Showing
2 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters