summaryrefslogtreecommitdiff
path: root/compiler/main
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2018-02-21 09:47:13 +0300
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2018-02-21 09:47:24 +0300
commita032ff77210736df45cf49820c882f40dc10230e (patch)
tree8ab17d30c4e78765cc32fd7b45b634e5434d4f48 /compiler/main
parentabfe10487d2dba49bf511297f14575f9089cc5b1 (diff)
downloadhaskell-a032ff77210736df45cf49820c882f40dc10230e.tar.gz
Add references to #6087
[skip ci]
Diffstat (limited to 'compiler/main')
-rw-r--r--compiler/main/DynFlags.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index e6b9cf6b93..01432b6f89 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -441,7 +441,7 @@ data GeneralFlag
| Opt_CallArity
| Opt_Exitification
| Opt_Strictness
- | Opt_LateDmdAnal
+ | Opt_LateDmdAnal -- #6087
| Opt_KillAbsence
| Opt_KillOneShot
| Opt_FullLaziness
@@ -4304,6 +4304,8 @@ impliedXFlags
-- available flags. The second contains a detailed description of the
-- flags. Both places should contain information whether a flag is implied by
-- -O0, -O or -O2.
+--
+-- (See #6087 about adding -flate-dmd-anal in this list)
optLevelFlags :: [([Int], GeneralFlag)]
optLevelFlags -- see Note [Documenting optimisation flags]