| 27 | | * Change the NCG over to consume new `Cmm`. We possible also want the generated native code to use the Hoopl Block representation, although that will mean changing branch instructions to have both true and false targets, rather than true and fallthrough as we have now. |
| | 27 | * Change the NCG over to consume new `Cmm`. We possibly also want the generated native code to use the Hoopl Block representation, although that will mean changing branch instructions to have both true and false targets, rather than true and fallthrough as we have now. |
| | 28 | |
| | 29 | * Remove `cmm/CmmCvt` (this will save some compile-time too) |
| | 30 | |
| | 31 | * Remove `cmm/OldCmm*`, `cmm/PprOldCmm` etc. |