[project @ 1997-03-14 07:52:06 by simonpj]
[ghc-hetmet.git] / ghc / CONTRIB / haskell-modes / yale / original / optimizer-help.txt
diff --git a/ghc/CONTRIB/haskell-modes/yale/original/optimizer-help.txt b/ghc/CONTRIB/haskell-modes/yale/original/optimizer-help.txt
deleted file mode 100644 (file)
index c18ac5d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Optimizer switches
-      inline         Aggressively inline functions
-      constant       Hoist constant expressions to top-level
-      foldr          Perform foldr/build deforestation
-      lisp           Tell the Lisp compiler to work hard to produce best code
-      delays         Try to make delays out-of-line for more compact code