X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FStaticFlags.hs;h=be5fc53b9ef9c6632ab245e8d47a2e9f9d9dbe5e;hp=ad3080358611eeef6a0a5adb370a0339ded05c14;hb=bfd0c33d39619b580520e2d6e43d306380393ea6;hpb=21a2d1db975dc0fa3fd0aff82f04a539b64e7103 diff --git a/compiler/main/StaticFlags.hs b/compiler/main/StaticFlags.hs index ad30803..be5fc53 100644 --- a/compiler/main/StaticFlags.hs +++ b/compiler/main/StaticFlags.hs @@ -38,7 +38,6 @@ module StaticFlags ( opt_Parallel, -- optimisation opts - opt_NoMethodSharing, opt_NoStateHack, opt_SpecInlineJoinPoints, opt_CprOff, @@ -317,8 +316,6 @@ opt_SpecInlineJoinPoints :: Bool opt_SpecInlineJoinPoints = lookUp (fsLit "-fspec-inline-join-points") opt_NoStateHack :: Bool opt_NoStateHack = lookUp (fsLit "-fno-state-hack") -opt_NoMethodSharing :: Bool -opt_NoMethodSharing = lookUp (fsLit "-fno-method-sharing") opt_CprOff :: Bool opt_CprOff = lookUp (fsLit "-fcpr-off") -- Switch off CPR analysis in the new demand analyser