diff options
| author | Sylvain Henry <sylvain@haskus.fr> | 2019-08-13 17:26:32 +0200 | 
|---|---|---|
| committer | Sylvain Henry <sylvain@haskus.fr> | 2019-09-10 00:04:50 +0200 | 
| commit | 447864a94a1679b5b079e08bb7208a0005381cef (patch) | |
| tree | baa469c52620ce7ae02def3e5e6a6f109cc89f40 /compiler/llvmGen/LlvmCodeGen/CodeGen.hs | |
| parent | 270fbe8512f04b6107755fa22bdec62205c0a567 (diff) | |
| download | haskell-447864a94a1679b5b079e08bb7208a0005381cef.tar.gz | |
Module hierarchy: StgToCmm (#13009)
Add StgToCmm module hierarchy. Platform modules that are used in several
other places (NCG, LLVM codegen, Cmm transformations) are put into
GHC.Platform.
Diffstat (limited to 'compiler/llvmGen/LlvmCodeGen/CodeGen.hs')
| -rw-r--r-- | compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/llvmGen/LlvmCodeGen/CodeGen.hs b/compiler/llvmGen/LlvmCodeGen/CodeGen.hs index 86a59381b2..f86207e081 100644 --- a/compiler/llvmGen/LlvmCodeGen/CodeGen.hs +++ b/compiler/llvmGen/LlvmCodeGen/CodeGen.hs @@ -14,7 +14,7 @@ import LlvmCodeGen.Base  import LlvmCodeGen.Regs  import BlockId -import CodeGen.Platform ( activeStgRegs, callerSaves ) +import GHC.Platform.Regs ( activeStgRegs, callerSaves )  import CLabel  import Cmm  import PprCmm  | 
