summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2022-03-11 12:19:02 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-03-12 07:03:16 -0500
commit7fe0714326080540945fb780cdf65e90e4b49d2f (patch)
tree86c434fcfc7878d3bc51d1351bd8531f0c5bc6ff /compiler
parentcf081476eb60ba8d65335234b654b457154b9d83 (diff)
downloadhaskell-7fe0714326080540945fb780cdf65e90e4b49d2f.tar.gz
Rename -fprof-late-ccs to -fprof-late
Diffstat (limited to 'compiler')
-rw-r--r--compiler/GHC/Driver/Session.hs2
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