summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm/ArgRep.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/StgToCmm/ArgRep.hs')
-rw-r--r--compiler/GHC/StgToCmm/ArgRep.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/GHC/StgToCmm/ArgRep.hs b/compiler/GHC/StgToCmm/ArgRep.hs
index 9db0ed7afc..773195b6db 100644
--- a/compiler/GHC/StgToCmm/ArgRep.hs
+++ b/compiler/GHC/StgToCmm/ArgRep.hs
@@ -69,8 +69,7 @@ argRepString V64 = "V64"
toArgRep :: Platform -> PrimRep -> ArgRep
toArgRep platform rep = case rep of
VoidRep -> V
- LiftedRep -> P
- UnliftedRep -> P
+ BoxedRep _ -> P
IntRep -> N
WordRep -> N
Int8Rep -> N -- Gets widened to native word width for calls