[project @ 2000-05-30 10:03:07 by simonmar]
authorsimonmar <unknown>
Tue, 30 May 2000 10:03:07 +0000 (10:03 +0000)
committersimonmar <unknown>
Tue, 30 May 2000 10:03:07 +0000 (10:03 +0000)
re-enable first float-outwards pass; it was accidentally disabled in
Simon's recent commit.

ghc/driver/ghc.lprl

index c6d21f8..b292910 100644 (file)
@@ -741,7 +741,7 @@ sub setupOptimiseFlags {
        # Specialisation is best done before full laziness
        # so that overloaded functions have all their dictionary lambdas manifest
        ($Oopt_DoSpecialise) ? ( $Oopt_DoSpecialise, ) : (),
-#      '-ffloat-outwards',
+       '-ffloat-outwards',
        '-ffloat-inwards',
 
        '-fsimplify',