Skip to content
Snippets Groups Projects
Commit d6a0ac51 authored by sof's avatar sof
Browse files

[project @ 1997-07-25 23:04:49 by sof]

imports changed
parent 3e61f265
No related merge requests found
......@@ -42,9 +42,8 @@ IMPORT_DELOOPER(AbsCLoop)
# if ! OMIT_NATIVE_CODEGEN
import {-# SOURCE #-} MachMisc
# endif
import {-# SOURCE #-} CLabel
import {-# SOURCE #-} ClosureInfo
import {-# SOURCE #-} CgRetConv
import {-# SOURCE #-} ClosureInfo ( ClosureInfo )
import {-# SOURCE #-} CLabel ( CLabel )
#endif
import Constants ( mAX_Vanilla_REG, mAX_Float_REG,
......@@ -55,7 +54,6 @@ import Constants ( mAX_Vanilla_REG, mAX_Float_REG,
import HeapOffs ( SYN_IE(VirtualSpAOffset), SYN_IE(VirtualSpBOffset),
SYN_IE(VirtualHeapOffset), HeapOffset
)
import CLabel ( CLabel )
import CostCentre ( CostCentre )
import Literal ( mkMachInt, Literal )
import PrimRep ( isFollowableRep, PrimRep(..) )
......
......@@ -20,10 +20,11 @@ module AbsCUtils (
) where
IMP_Ubiq(){-uitous-}
import {-# SOURCE #-} CLabel ( mkReturnPtLabel, CLabel )
-- The loop here is (CLabel -> CgRetConv -> AbsCUtils -> CLabel)
import AbsCSyn
import CLabel ( mkReturnPtLabel, CLabel )
import Digraph ( stronglyConnComp, SCC(..) )
import HeapOffs ( possiblyEqualHeapOffset )
import Id ( fIRST_TAG, SYN_IE(ConTag) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment