diff options
Diffstat (limited to 'compiler/GHC/Driver/Session.hs')
-rw-r--r-- | compiler/GHC/Driver/Session.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Session.hs b/compiler/GHC/Driver/Session.hs index f20a899086..7bad61c93d 100644 --- a/compiler/GHC/Driver/Session.hs +++ b/compiler/GHC/Driver/Session.hs @@ -1211,7 +1211,7 @@ data DynFlags = DynFlags { extensionFlags :: EnumSet LangExt.Extension, -- Unfolding control - -- See Note [Discounts and thresholds] in CoreUnfold + -- See Note [Discounts and thresholds] in GHC.Core.Unfold ufCreationThreshold :: Int, ufUseThreshold :: Int, ufFunAppDiscount :: Int, |