mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 13:52:36 +00:00
This is just something I spotted looking around the code, previously the PassPipelineExecutable was passed by value to generate_cfg_for_block, which generated the CFG then just dropped it on the floor. Making this a reference results in the CFG actually getting generated. |
||
|---|---|---|
| .. | ||
| DumpCFG.cpp | ||
| GenerateCFG.cpp | ||
| LoadElimination.cpp | ||
| MergeBlocks.cpp | ||
| PlaceBlocks.cpp | ||
| UnifySameBlocks.cpp | ||