diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-01-16 13:06:29 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-01-16 13:06:29 +0100 |
commit | 11f5cd942e79afa7e6b21a4c084b19215ec72750 (patch) | |
tree | 9d2e0ae091b768ea4148cc75b4317390abea578f | |
parent | eec0b58f6cd9638406d9209aed48486ede4965f5 (diff) | |
download | haskell-11f5cd942e79afa7e6b21a4c084b19215ec72750.tar.gz |
Typo in comment
-rw-r--r-- | compiler/cmm/CmmLayoutStack.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CmmLayoutStack.hs b/compiler/cmm/CmmLayoutStack.hs index 0c49033b86..95483a2f52 100644 --- a/compiler/cmm/CmmLayoutStack.hs +++ b/compiler/cmm/CmmLayoutStack.hs @@ -44,7 +44,7 @@ The job of this pass is to - replace the CmmHighStackMark constant used in the stack check with the maximum stack usage of the proc. - - save any variables that are live across a calll, and reload them as + - save any variables that are live across a call, and reload them as necessary. Before stack allocation, local variables remain live across native |