From 5af53b03cf6c43e3c97dce4c675f5a1bebf7e1fb Mon Sep 17 00:00:00 2001 From: sewardj Date: Tue, 19 Dec 2000 12:17:53 +0000 Subject: [PATCH] [project @ 2000-12-19 12:17:53 by sewardj] isFollowableRep BCORep = True --- ghc/compiler/prelude/PrimRep.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/prelude/PrimRep.lhs b/ghc/compiler/prelude/PrimRep.lhs index db19040..9e66cbe 100644 --- a/ghc/compiler/prelude/PrimRep.lhs +++ b/ghc/compiler/prelude/PrimRep.lhs @@ -124,6 +124,7 @@ isFollowableRep ForeignObjRep = True -- '' isFollowableRep StableNameRep = True -- '' isFollowableRep PrimPtrRep = True -- '' isFollowableRep ThreadIdRep = True -- pointer to a TSO +isFollowableRep BCORep = True isFollowableRep other = False -- 1.7.10.4