From: sewardj Date: Tue, 19 Dec 2000 12:17:53 +0000 (+0000) Subject: [project @ 2000-12-19 12:17:53 by sewardj] X-Git-Tag: Approximately_9120_patches~3064 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5af53b03cf6c43e3c97dce4c675f5a1bebf7e1fb;p=ghc-hetmet.git [project @ 2000-12-19 12:17:53 by sewardj] isFollowableRep BCORep = True --- 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