7a6bffaabb
This is a step towards commonizing the code generator between FIR and IR: KT-61970
4 lines
261 B
Markdown
4 lines
261 B
Markdown
## Common code for the FIR and IR tree generators
|
|
|
|
The [FIR](../../compiler/fir/tree/tree-generator) and [IR](../../compiler/ir/ir.tree/tree-generator) tree generators, although quite
|
|
different, share some common logic. This logic is stored here in this module. |