Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ff4be2130be619c18d7e39cc1f32472c08e8a076 >--------------------------------------------------------------- commit ff4be2130be619c18d7e39cc1f32472c08e8a076 Author: David Terei <[email protected]> Date: Thu Jan 12 15:44:45 2012 -0800 Consistent: Enbaled -> enabled in flag doc. >--------------------------------------------------------------- docs/users_guide/flags.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 8e599c2..46221f6 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1549,7 +1549,7 @@ <entry><option>-fllvm-tbaa</replaceable></entry> <entry>Turn on Typed Based Alias Analysis information in the LLVM backend. This enables more accurate and alias information in the LLVM - backend for better optimisation. (default: Enabled)</entry> + backend for better optimisation. (default: enabled)</entry> <entry>dynamic</entry> <entry><option>-fno-llvm-tbaa</option></entry> </row> @@ -1611,7 +1611,7 @@ <entry><option>-freg-liveness</option></entry> <entry>Track STG register liveness to avoid saving and restoring dead registers, as well as freeing the dead ones for use in - intermediate code. (LLVM backend only). + intermediate code. (LLVM backend only, default: enabled). Traditionally GHC has reserved a set of machine registers for the exclusive use of storing a stack pointer, heap pointer and _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
