summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmStackLayout.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/cmm/CmmStackLayout.hs')
-rw-r--r--compiler/cmm/CmmStackLayout.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/cmm/CmmStackLayout.hs b/compiler/cmm/CmmStackLayout.hs
index d9cd411862..a62580b528 100644
--- a/compiler/cmm/CmmStackLayout.hs
+++ b/compiler/cmm/CmmStackLayout.hs
@@ -1,3 +1,7 @@
+{-# OPTIONS_GHC -XNoMonoLocalBinds #-}
+-- Norman likes local bindings
+-- If this module lives on I'd like to get rid of this flag in due course
+
module CmmStackLayout
( SlotEnv, liveSlotAnal, liveSlotTransfers, removeLiveSlotDefs
, layout, manifestSP, igraph, areaBuilder