Simon Peyton Jones pushed to branch wip/spj-try-opt-coercion at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Driver/DynFlags.hs
    ... ... @@ -1297,8 +1297,8 @@ optLevelFlags -- see Note [Documenting optimisation flags]
    1297 1297
         , ([0,1,2], Opt_ProfManualCcs )
    
    1298 1298
     
    
    1299 1299
         , ([],      Opt_OptReflCoSimpleOpt )     -- See Note [Coercion optimisation]
    
    1300
    -    , ([0,1,2], Opt_OptReflCoSimplifier )    --      in GHC.Core.Coercion.Opt
    
    1301
    -    , ([0,1,2], Opt_OptCoercion )
    
    1300
    +    , ([2],     Opt_OptReflCoSimplifier )    --      in GHC.Core.Coercion.Opt
    
    1301
    +    , ([2],     Opt_OptCoercion )
    
    1302 1302
     
    
    1303 1303
     
    
    1304 1304
         , ([0],     Opt_IgnoreInterfacePragmas)