diff options
Diffstat (limited to 'compiler/cmm/CmmSwitch.hs')
-rw-r--r-- | compiler/cmm/CmmSwitch.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CmmSwitch.hs b/compiler/cmm/CmmSwitch.hs index ce779465e3..c2ce3b9e00 100644 --- a/compiler/cmm/CmmSwitch.hs +++ b/compiler/cmm/CmmSwitch.hs @@ -32,7 +32,7 @@ import qualified Data.Map as M -- -- The overall plan is: -- * The Stg → Cmm transformation creates a single `SwitchTargets` in --- emitSwitch and emitCmmLitSwitch in StgCmmUtils.hs. +-- emitSwitch and emitCmmLitSwitch in GHC.StgToCmm/Utils.hs. -- At this stage, they are unsuitable for code generation. -- * A dedicated Cmm transformation (CmmImplementSwitchPlans) replaces these -- switch statements with code that is suitable for code generation, i.e. |