summaryrefslogtreecommitdiff
path: root/includes/rts
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2019-08-13 17:26:32 +0200
committerSylvain Henry <sylvain@haskus.fr>2019-09-10 00:04:50 +0200
commit447864a94a1679b5b079e08bb7208a0005381cef (patch)
treebaa469c52620ce7ae02def3e5e6a6f109cc89f40 /includes/rts
parent270fbe8512f04b6107755fa22bdec62205c0a567 (diff)
downloadhaskell-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 'includes/rts')
-rw-r--r--includes/rts/prof/CCS.h2
-rw-r--r--includes/rts/storage/FunTypes.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/rts/prof/CCS.h b/includes/rts/prof/CCS.h
index b296a32b8a..7685f03003 100644
--- a/includes/rts/prof/CCS.h
+++ b/includes/rts/prof/CCS.h
@@ -22,7 +22,7 @@
* putting the 8-byte fields on an 8-byte boundary. Padding can
* vary between C compilers, and we don't take into account any
* possible padding when generating CCS and CC decls in the code
- * generator (compiler/codeGen/StgCmmProf.hs).
+ * generator (GHC.StgToCmm.Prof).
*/
typedef struct CostCentre_ {
diff --git a/includes/rts/storage/FunTypes.h b/includes/rts/storage/FunTypes.h
index 27858fb82b..88fcc5878c 100644
--- a/includes/rts/storage/FunTypes.h
+++ b/includes/rts/storage/FunTypes.h
@@ -24,7 +24,7 @@
*
* NOTE: other places to change if you change this table:
* - utils/genapply/Main.hs: stackApplyTypes
- * - compiler/codeGen/StgCmmLayout.hs: stdPattern
+ * - GHC.StgToCmm.Layout: stdPattern
*/
#define ARG_NONE 3
#define ARG_N 4