diff options
Diffstat (limited to 'compiler/cmm/CmmPipeline.hs')
-rw-r--r-- | compiler/cmm/CmmPipeline.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CmmPipeline.hs b/compiler/cmm/CmmPipeline.hs index fbabea8f66..e7689a6bfe 100644 --- a/compiler/cmm/CmmPipeline.hs +++ b/compiler/cmm/CmmPipeline.hs @@ -297,7 +297,7 @@ cpsTop hsc_env proc = -- Sp = Sp + 16 -- ...y...y... -- --- But since we don't see any benefits from running sinking befroe stack +-- But since we don't see any benefits from running sinking before stack -- layout, this situation probably doesn't arise too often in practice. -- |