[Git][ghc/ghc][master] Rename Core.Opt.Driver -> Core.Opt.Pipeline
Marge Bot
gitlab at gitlab.haskell.org
Wed Aug 5 08:00:10 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
5e12cd17 by Krzysztof Gogolewski at 2020-08-05T04:00:04-04:00
Rename Core.Opt.Driver -> Core.Opt.Pipeline
Closes #18504.
- - - - -
4 changed files:
- compiler/GHC/Core/Opt/Driver.hs → compiler/GHC/Core/Opt/Pipeline.hs
- compiler/GHC/Core/Opt/Simplify.hs
- compiler/GHC/Driver/Main.hs
- compiler/ghc.cabal.in
Changes:
=====================================
compiler/GHC/Core/Opt/Driver.hs → compiler/GHC/Core/Opt/Pipeline.hs
=====================================
@@ -6,7 +6,7 @@
{-# LANGUAGE CPP #-}
-module GHC.Core.Opt.Driver ( core2core, simplifyExpr ) where
+module GHC.Core.Opt.Pipeline ( core2core, simplifyExpr ) where
#include "HsVersions.h"
=====================================
compiler/GHC/Core/Opt/Simplify.hs
=====================================
@@ -68,7 +68,7 @@ import GHC.Builtin.PrimOps ( PrimOp (SeqOp) )
{-
The guts of the simplifier is in this module, but the driver loop for
-the simplifier is in GHC.Core.Opt.Driver
+the simplifier is in GHC.Core.Opt.Pipeline
Note [The big picture]
~~~~~~~~~~~~~~~~~~~~~~
=====================================
compiler/GHC/Driver/Main.hs
=====================================
@@ -117,7 +117,7 @@ import GHC.Tc.Utils.Monad
import GHC.Tc.Utils.Zonk ( ZonkFlexi (DefaultFlexi) )
import GHC.Types.Name.Cache ( initNameCache )
import GHC.Builtin.Utils
-import GHC.Core.Opt.Driver
+import GHC.Core.Opt.Pipeline
import GHC.HsToCore
import GHC.Iface.Load ( ifaceStats, initExternalPackageState, writeIface )
import GHC.Iface.Make
=====================================
compiler/ghc.cabal.in
=====================================
@@ -427,7 +427,7 @@ Library
GHC.Core.Opt.OccurAnal
GHC.Core.Opt.StaticArgs
GHC.Core.Opt.SetLevels
- GHC.Core.Opt.Driver
+ GHC.Core.Opt.Pipeline
GHC.Core.Opt.Simplify.Env
GHC.Core.Opt.Simplify.Monad
GHC.Core.Opt.Simplify.Utils
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e12cd1733b581f48a5873b12971b6974778eabb
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e12cd1733b581f48a5873b12971b6974778eabb
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200805/66b88a9e/attachment-0001.html>
More information about the ghc-commits
mailing list