[Git][ghc/ghc][wip/angerman/aarch64-arm64-prep] Update Regs.hs
Moritz Angermann
gitlab at gitlab.haskell.org
Fri Nov 13 12:12:25 UTC 2020
Moritz Angermann pushed to branch wip/angerman/aarch64-arm64-prep at Glasgow Haskell Compiler / GHC
Commits:
e0eb4607 by Moritz Angermann at 2020-11-13T07:12:23-05:00
Update Regs.hs
- - - - -
1 changed file:
- compiler/GHC/Platform/Regs.hs
Changes:
=====================================
compiler/GHC/Platform/Regs.hs
=====================================
@@ -1,4 +1,3 @@
-
module GHC.Platform.Regs
(callerSaves, activeStgRegs, haveRegBase, globalRegMaybe, freeReg)
where
@@ -10,7 +9,7 @@ import GHC.Platform
import GHC.Platform.Reg
import qualified GHC.Platform.ARM as ARM
-import qualified GHC.Platform.AArch64 as AArch64
+import qualified GHC.Platform.AArch64 as AArch64
import qualified GHC.Platform.PPC as PPC
import qualified GHC.Platform.S390X as S390X
import qualified GHC.Platform.SPARC as SPARC
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e0eb460712cdf01a5b8b511ce800db814b0727cb
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e0eb460712cdf01a5b8b511ce800db814b0727cb
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/20201113/06353a08/attachment-0001.html>
More information about the ghc-commits
mailing list