summaryrefslogtreecommitdiff
path: root/compiler/GHC/Stg/Syntax.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Stg/Syntax.hs')
-rw-r--r--compiler/GHC/Stg/Syntax.hs1
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