diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-01-02 19:13:44 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-01-06 18:39:22 -0500 |
commit | 99a9f51bf8207c79241fc0b685fadeb222a61292 (patch) | |
tree | 63daf74031c47b7a680477a21bba505bf2d32701 /compiler/cmm | |
parent | 5ffea0c6c6a2670fd6819540f3ea61ce6620caaa (diff) | |
download | haskell-99a9f51bf8207c79241fc0b685fadeb222a61292.tar.gz |
Module hierarchy: Iface (cf #13009)
Diffstat (limited to 'compiler/cmm')
-rw-r--r-- | compiler/cmm/cmm-notes | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/cmm/cmm-notes b/compiler/cmm/cmm-notes index c1907f5908..699f218257 100644 --- a/compiler/cmm/cmm-notes +++ b/compiler/cmm/cmm-notes @@ -139,7 +139,7 @@ a dominator analysis, using the Dataflow Engine. a CAF (or refers to CAFs). See the IdLabel constructor of CLabel. * The CAF-ness of the original top-level definitions is figured out - (by TidyPgm) before we generate C--. This CafInfo is only set for + (by GHC.Iface.Tidy) before we generate C--. This CafInfo is only set for top-level Ids; nested bindings stay with MayHaveCafRefs. * Currently an SRT contains (only) pointers to (top-level) closures. @@ -182,4 +182,3 @@ a dominator analysis, using the Dataflow Engine. * DECIDED: we can generate SRTs based on the final Cmm program without knowledge of how it is generated. - |