diff options
Diffstat (limited to 'compiler/GHC/Cmm/Dataflow.hs')
-rw-r--r-- | compiler/GHC/Cmm/Dataflow.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Cmm/Dataflow.hs b/compiler/GHC/Cmm/Dataflow.hs index edd91481e7..1e5376e2bf 100644 --- a/compiler/GHC/Cmm/Dataflow.hs +++ b/compiler/GHC/Cmm/Dataflow.hs @@ -87,7 +87,7 @@ type TransferFun' (n :: Extensibility -> Extensibility -> Type) f = Block n C C -> FactBase f -> FactBase f --- | Function for rewrtiting and analysis combined. To be used with +-- | Function for rewriting and analysis combined. To be used with -- @rewriteCmm@. -- -- Currently set to work with @UniqSM@ monad, but we could probably abstract |