Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7373a0ac93e0a1bad3e44be671f8201e3342bd90 >--------------------------------------------------------------- commit 7373a0ac93e0a1bad3e44be671f8201e3342bd90 Author: Ian Lynagh <[email protected]> Date: Fri Oct 14 23:04:14 2011 +0100 Tweak a comment >--------------------------------------------------------------- compiler/nativeGen/X86/CodeGen.hs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/compiler/nativeGen/X86/CodeGen.hs b/compiler/nativeGen/X86/CodeGen.hs index aef7897..ae079ce 100644 --- a/compiler/nativeGen/X86/CodeGen.hs +++ b/compiler/nativeGen/X86/CodeGen.hs @@ -7,8 +7,7 @@ ----------------------------------------------------------------------------- -- This is a big module, but, if you pay attention to --- (a) the sectioning, (b) the type signatures, and --- (c) the #if blah_TARGET_ARCH} things, the +-- (a) the sectioning, and (b) the type signatures, the -- structure should not be too overwhelming. module X86.CodeGen ( _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
