diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-07-31 17:34:43 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-07-31 17:34:43 +0200 |
commit | 2ef973e823ffb128f9f3b4b85b219e1627dceabf (patch) | |
tree | bdc2ea93b92e8cb0d064486cba5581d87516e728 /compiler/nativeGen/RegAlloc/Graph | |
parent | 4fdc523456ff6481df8d7483ae193f0c2dc2b3fe (diff) | |
download | haskell-2ef973e823ffb128f9f3b4b85b219e1627dceabf.tar.gz |
A bunch of typofixes
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Graph')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Graph/Coalesce.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs b/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs index 7e8047f29f..832df2334e 100644 --- a/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs +++ b/compiler/nativeGen/RegAlloc/Graph/Coalesce.hs @@ -62,7 +62,7 @@ sinkReg fm r -- | Slurp out mov instructions that only serve to join live ranges. -- --- During a mov, if the source reg dies and the destiation reg is +-- During a mov, if the source reg dies and the destination reg is -- born then we can rename the two regs to the same thing and -- eliminate the move. slurpJoinMovs |