[commit: ghc] master: Consistent: Enbaled -> enabled in flag doc. (ff4be21)
David Terei
davidterei at gmail.com
Fri Jan 13 02:17:04 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ff4be2130be619c18d7e39cc1f32472c08e8a076
>---------------------------------------------------------------
commit ff4be2130be619c18d7e39cc1f32472c08e8a076
Author: David Terei <davidterei at gmail.com>
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
More information about the Cvs-ghc
mailing list