From: simonmar Date: Tue, 30 May 2000 10:03:07 +0000 (+0000) Subject: [project @ 2000-05-30 10:03:07 by simonmar] X-Git-Tag: Approximately_9120_patches~4353 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ac0caa895fb55ccdd1722545f139bd9c0490b164;p=ghc-hetmet.git [project @ 2000-05-30 10:03:07 by simonmar] re-enable first float-outwards pass; it was accidentally disabled in Simon's recent commit. --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index c6d21f8..b292910 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -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',