From ac0caa895fb55ccdd1722545f139bd9c0490b164 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Tue, 30 May 2000 10:03:07 +0000
Subject: [PATCH] [project @ 2000-05-30 10:03:07 by simonmar] re-enable first
 float-outwards pass; it was accidentally disabled in Simon's recent commit.

---
 ghc/driver/ghc.lprl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl
index c6d21f8ca0f4..b29291021ee7 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',
-- 
GitLab