Add flags -fno-specialise, -fno-float-in, and document them
authorsimonpj@microsoft.com <unknown>
Tue, 20 Oct 2009 07:42:29 +0000 (07:42 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 20 Oct 2009 07:42:29 +0000 (07:42 +0000)
commit3bde199cda7f9ab65035e373d88dd3b98528a368
treec749c7a27d33849d2c7ccd72188c516ec1487724
parentc3f199df8ad4d678044d9af3134933e22b409c0d
Add flags -fno-specialise, -fno-float-in, and document them

It turned out that we lacked flags to switch off these two passes,
so I added them.
compiler/main/DynFlags.hs
docs/users_guide/flags.xml
docs/users_guide/using.xml