diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-01-04 18:37:23 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-01-04 18:37:23 +0100 |
commit | df723689c415573fa6c7d83663758154fa7dc46f (patch) | |
tree | ac112c1df39efb83b35fc4089a815be6b39e08d1 /compiler/nativeGen | |
parent | 6b3c039117d3af575e44e0c4577b94db76eaf560 (diff) | |
download | haskell-df723689c415573fa6c7d83663758154fa7dc46f.tar.gz |
Typofixes in manual and comments [ci skip]
Diffstat (limited to 'compiler/nativeGen')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Liveness.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Liveness.hs b/compiler/nativeGen/RegAlloc/Liveness.hs index a904202ba7..4b00ed6cd6 100644 --- a/compiler/nativeGen/RegAlloc/Liveness.hs +++ b/compiler/nativeGen/RegAlloc/Liveness.hs @@ -801,7 +801,7 @@ computeLiveness -> [SCC (LiveBasicBlock instr)] -> ([SCC (LiveBasicBlock instr)], -- instructions annotated with list of registers -- which are "dead after this instruction". - BlockMap RegSet) -- blocks annontated with set of live registers + BlockMap RegSet) -- blocks annotated with set of live registers -- on entry to the block. computeLiveness platform sccs |