Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/f6f881f09c1ac69be2ae1850cb3067459f623360

>---------------------------------------------------------------

commit f6f881f09c1ac69be2ae1850cb3067459f623360
Author: Austin Seipp <mad....@gmail.com>
Date:   Mon Dec 17 04:21:50 2012 -0600

    Rename all of the 'cmmz' flags and make them more consistent.
    
    There's only a single compiler backend now, so the 'z' suffix means
    nothing. Also, the flags were confusingly named ('cmm-foo' vs
    'foo-cmm',) and counter-intuitively, '-ddump-cmm' did not do at all what
    you expected since the new backend went live.
    
    Basically, all of the -ddump-cmmz-* flags are now -ddump-cmm-*. Some were
    renamed to be more consistent.
    
    This doesn't update the manual; it already mentions '-ddump-cmm' and
    that flag implies all the others anyway, which is probably what you
    want.
    
    Signed-off-by: Austin Seipp <mad....@gmail.com>

 compiler/cmm/CmmPipeline.hs  |   37 +++++++++++++++----------------
 compiler/cmm/CmmProcPoint.hs |    2 +-
 compiler/main/DynFlags.hs    |   48 ++++++++++++++++++++---------------------
 compiler/main/HscMain.hs     |    8 +++---
 4 files changed, 46 insertions(+), 49 deletions(-)


Diff suppressed because of size. To see it, use:

    git show f6f881f09c1ac69be2ae1850cb3067459f623360

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to