diff options
Diffstat (limited to 'compiler/cmm/ZipCfgCmmRep.hs')
-rw-r--r-- | compiler/cmm/ZipCfgCmmRep.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/cmm/ZipCfgCmmRep.hs b/compiler/cmm/ZipCfgCmmRep.hs index 0a494f853f..1377e2f67c 100644 --- a/compiler/cmm/ZipCfgCmmRep.hs +++ b/compiler/cmm/ZipCfgCmmRep.hs @@ -1,3 +1,6 @@ +{-# OPTIONS_GHC -XNoMonoLocalBinds #-} +-- Norman likes local bindings + -- This module is pure representation and should be imported only by -- clients that need to manipulate representation and know what -- they're doing. Clients that need to create flow graphs should |