[commit: ghc] master: comment wibble (46adcee)
Simon Marlow
marlowsd at gmail.com
Thu Aug 2 14:20:55 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/46adcee283c66fcd5e1ff605177562e26e51c5c1
>---------------------------------------------------------------
commit 46adcee283c66fcd5e1ff605177562e26e51c5c1
Author: Simon Marlow <marlowsd at gmail.com>
Date: Wed Aug 1 10:09:51 2012 +0100
comment wibble
>---------------------------------------------------------------
compiler/nativeGen/RegAlloc/Linear/Main.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compiler/nativeGen/RegAlloc/Linear/Main.hs b/compiler/nativeGen/RegAlloc/Linear/Main.hs
index 1b6810e..0d3f748 100644
--- a/compiler/nativeGen/RegAlloc/Linear/Main.hs
+++ b/compiler/nativeGen/RegAlloc/Linear/Main.hs
@@ -475,7 +475,7 @@ genRaInsn platform block_live new_instrs block_id instr r_dying w_dying =
(r_spills, r_allocd) <-
allocateRegsAndSpill platform True{-reading-} virt_read [] [] virt_read
- -- (a) save any temporaries which will be clobbered by this instruction
+ -- (c) save any temporaries which will be clobbered by this instruction
clobber_saves <- saveClobberedTemps platform real_written r_dying
-- (d) Update block map for new destinations
More information about the Cvs-ghc
mailing list