[commit: ghc] master: Remove unused --run-cps/--run-cpsz options (70f58eb)
git at git.haskell.org
git at git.haskell.org
Sun Jun 8 10:21:55 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/70f58ebfefd47b724a3b0aa3aca50442f937e6eb/ghc
>---------------------------------------------------------------
commit 70f58ebfefd47b724a3b0aa3aca50442f937e6eb
Author: Simon Marlow <marlowsd at gmail.com>
Date: Sun Jun 8 10:24:25 2014 +0100
Remove unused --run-cps/--run-cpsz options
>---------------------------------------------------------------
70f58ebfefd47b724a3b0aa3aca50442f937e6eb
compiler/main/DynFlags.hs | 4 ----
1 file changed, 4 deletions(-)
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 0c49386..7222af3 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -406,8 +406,6 @@ data GeneralFlag
| Opt_SuppressUniques
-- temporary flags
- | Opt_RunCPS
- | Opt_RunCPSZ
| Opt_AutoLinkPackages
| Opt_ImplicitImportQualified
@@ -2668,8 +2666,6 @@ fFlags = [
( "break-on-error", Opt_BreakOnError, nop ),
( "print-evld-with-show", Opt_PrintEvldWithShow, nop ),
( "print-bind-contents", Opt_PrintBindContents, nop ),
- ( "run-cps", Opt_RunCPS, nop ),
- ( "run-cpsz", Opt_RunCPSZ, nop ),
( "vectorise", Opt_Vectorise, nop ),
( "vectorisation-avoidance", Opt_VectorisationAvoidance, nop ),
( "regs-graph", Opt_RegsGraph, nop ),
More information about the ghc-commits
mailing list