diff options
Diffstat (limited to 'compiler/GHC/Core/Opt/CSE.hs')
-rw-r--r-- | compiler/GHC/Core/Opt/CSE.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/Opt/CSE.hs b/compiler/GHC/Core/Opt/CSE.hs index 39e5dd8d0a..d6f37f6eb5 100644 --- a/compiler/GHC/Core/Opt/CSE.hs +++ b/compiler/GHC/Core/Opt/CSE.hs @@ -404,7 +404,7 @@ delayInlining top_lvl bndr -- These rules are probably auto-generated specialisations, -- since Ids with manual rules usually have manually-inserted -- delayed inlining anyway - = bndr `setInlineActivation` activeAfterInitial + = bndr `setInlineActivation` activateAfterInitial | otherwise = bndr |