-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ssa): rename codegen to ssa_gen + reorg of
Value
struct (#797)
* [multi] - move value into its own module - remove _ from match clause * move IRGenerator impl into code_gen.rs * rename codegen to ssa_gen * rename codegen methods to ssa_gen * Revert "[multi]" + git magic This reverts commit cd78b1b. * Fix incorrect description * - rename `Single` to `Node - slight change to the error messages * resolve merge
- Loading branch information
1 parent
79d34fc
commit 1f2d2b7
Showing
5 changed files
with
197 additions
and
168 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
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
Oops, something went wrong.