Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e2ec71c9172381dd70ddc71f6ad90765ae6f3e01 >--------------------------------------------------------------- commit e2ec71c9172381dd70ddc71f6ad90765ae6f3e01 Author: David Terei <[email protected]> Date: Thu Jan 12 16:16:45 2012 -0800 Fix mistake in flags.xml >--------------------------------------------------------------- docs/users_guide/flags.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 46221f6..a404134 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1546,7 +1546,7 @@ </row> <row> - <entry><option>-fllvm-tbaa</replaceable></entry> + <entry><option>-fllvm-tbaa</option></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> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
