Skip to content

Commit

Permalink
transformation id naming
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz authored and paulcadman committed Jun 26, 2024
1 parent 544cfdc commit 6cf865b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Juvix/Compiler/Reg/Data/TransformationId/Strings.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ strDeadCodeElimination :: Text
strDeadCodeElimination = "dead-code"

strBranchToIf :: Text
strBranchToIf = "branch-to-if"
strBranchToIf = "br-to-if"

strBranchOnZeroToIf :: Text
strBranchOnZeroToIf = "branch-on-zero-to-if"
strBranchOnZeroToIf = "brz-to-if"

strOptPhaseMain :: Text
strOptPhaseMain = "opt-main"
Expand Down

0 comments on commit 6cf865b

Please sign in to comment.