diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2022-03-11 12:19:02 +0100 |
---|---|---|
committer | Andreas Klebinger <klebinger.andreas@gmx.at> | 2022-03-11 12:19:02 +0100 |
commit | e367b57f09b7375a5551df50c61fcdcc0912c9dc (patch) | |
tree | e08f26a1009e785cd0cba40c323ceeadd019fdd0 /compiler | |
parent | 844cf1e14fe031c9ed7597b00a1183ad9b1ccc0a (diff) | |
download | haskell-wip/andreask/prof-late.tar.gz |
Rename -fprof-late-ccs to -fprof-latewip/andreask/prof-late
Diffstat (limited to 'compiler')
-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 f75a5e0d92..26d34b63af 100644 --- a/compiler/GHC/Driver/Session.hs +++ b/compiler/GHC/Driver/Session.hs @@ -3422,7 +3422,7 @@ fFlagsDeps = [ flagSpec "print-typechecker-elaboration" Opt_PrintTypecheckerElaboration, flagSpec "prof-cafs" Opt_AutoSccsOnIndividualCafs, flagSpec "prof-count-entries" Opt_ProfCountEntries, - flagSpec "prof-late-ccs" Opt_ProfLateCcs, + flagSpec "prof-late" Opt_ProfLateCcs, flagSpec "regs-graph" Opt_RegsGraph, flagSpec "regs-iterative" Opt_RegsIterative, depFlagSpec' "rewrite-rules" Opt_EnableRewriteRules |