Ensure extension flags are flattened in the Cmm phase
authorIan Lynagh <igloo@earth.li>
Thu, 5 Aug 2010 13:36:14 +0000 (13:36 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 5 Aug 2010 13:36:14 +0000 (13:36 +0000)
commit6c4bd4a67569ed9bfe8276db72f87135a61b0224
tree591e0707970a2baf8c17fa5f42ea9215e0339ee5
parentde2a666620fe433f66c4856d1ac1c231a004d09c
Ensure extension flags are flattened in the Cmm phase
If we start with a .cmmcpp file then they don't get flattened in
the CmmCpp phase, as we don't run that phase.
compiler/main/DriverPipeline.hs