diff options
Diffstat (limited to 'compiler/GHC/Stg/Syntax.hs')
-rw-r--r-- | compiler/GHC/Stg/Syntax.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Stg/Syntax.hs b/compiler/GHC/Stg/Syntax.hs index 6e2107e9d6..3e9f164b69 100644 --- a/compiler/GHC/Stg/Syntax.hs +++ b/compiler/GHC/Stg/Syntax.hs @@ -453,6 +453,7 @@ StgPass data type indexes: data StgPass = Vanilla | LiftLams + | Tagged | CodeGen -- | Like 'GHC.Hs.Extension.NoExtField', but with an 'Outputable' instance that |