patch applied (ghc): prettifying Cmm a bit: convert (x + (-N)) to (x - N)

Simon Marlow <[email protected]> Wed, 17 Jan 2007 05:34:14 -0800
Newsgroups gmane.comp.lang.haskell.cvs.all
Message-ID <20070117133414.GA853__42211.6139242009$1169040875$gmane$org@cvs.haskell.org>
Wed Jan 17 05:00:37 PST 2007  [email protected]
  * prettifying Cmm a bit: convert (x + (-N)) to (x - N)

    M ./compiler/cmm/PprCmm.hs +2