diff options
author | Luite Stegeman <stegeman@gmail.com> | 2021-01-27 11:48:42 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-03-20 07:49:15 -0400 |
commit | 7de3532f0317032f75b76150c5d3a6f76178be04 (patch) | |
tree | b2d75538bde38581bbb5447889e9810f47e51a0f /compiler/GHC/Cmm/Parser.y | |
parent | 0107f3568d060b4c979aa3740465c4f6ca4c2bba (diff) | |
download | haskell-7de3532f0317032f75b76150c5d3a6f76178be04.tar.gz |
Transfer tickish things to GHC.Types.Tickish
Metric Increase:
MultiLayerModules
Diffstat (limited to 'compiler/GHC/Cmm/Parser.y')
-rw-r--r-- | compiler/GHC/Cmm/Parser.y | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/GHC/Cmm/Parser.y b/compiler/GHC/Cmm/Parser.y index ceb5ba8bad..8a972b91d5 100644 --- a/compiler/GHC/Cmm/Parser.y +++ b/compiler/GHC/Cmm/Parser.y @@ -224,8 +224,6 @@ import GHC.StgToCmm.Ticky import GHC.StgToCmm.Prof import GHC.StgToCmm.Bind ( emitBlackHoleCode, emitUpdateFrame ) -import GHC.Core ( GenTickish(SourceNote) ) - import GHC.Cmm.Opt import GHC.Cmm.Graph import GHC.Cmm @@ -250,6 +248,7 @@ import GHC.Types.Literal import GHC.Types.Unique import GHC.Types.Unique.FM import GHC.Types.SrcLoc +import GHC.Types.Tickish ( GenTickish(SourceNote) ) import GHC.Driver.Session import GHC.Driver.Ppr import GHC.Driver.Config |