diff options
Diffstat (limited to 'compiler/simplStg/UnariseStg.hs')
-rw-r--r-- | compiler/simplStg/UnariseStg.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplStg/UnariseStg.hs b/compiler/simplStg/UnariseStg.hs index 57e9f3351a..5c1d2b5c5d 100644 --- a/compiler/simplStg/UnariseStg.hs +++ b/compiler/simplStg/UnariseStg.hs @@ -185,7 +185,7 @@ STG programs after unarisation have these invariants: * DataCon applications (StgRhsCon and StgConApp) don't have void arguments. This means that it's safe to wrap `StgArg`s of DataCon applications with - `StgCmmEnv.NonVoid`, for example. + `GHC.StgToCmm.Env.NonVoid`, for example. * Alt binders (binders in patterns) are always non-void. |