summaryrefslogtreecommitdiff
path: root/ghc/compiler/nativeGen/AbsCStixGen.hi
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/nativeGen/AbsCStixGen.hi')
-rw-r--r--ghc/compiler/nativeGen/AbsCStixGen.hi25
1 files changed, 0 insertions, 25 deletions
diff --git a/ghc/compiler/nativeGen/AbsCStixGen.hi b/ghc/compiler/nativeGen/AbsCStixGen.hi
deleted file mode 100644
index 867abb4089..0000000000
--- a/ghc/compiler/nativeGen/AbsCStixGen.hi
+++ /dev/null
@@ -1,25 +0,0 @@
-{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
-interface AbsCStixGen where
-import AbsCSyn(AbstractC, CAddrMode, CStmtMacro, MagicId, RegRelative, ReturnInfo)
-import BasicLit(BasicLit)
-import CLabelInfo(CLabel)
-import CharSeq(CSeq)
-import ClosureInfo(ClosureInfo)
-import CostCentre(CostCentre)
-import HeapOffs(HeapOffset)
-import MachDesc(RegLoc, Target)
-import Maybes(Labda)
-import PreludePS(_PackedString)
-import PreludeRatio(Ratio(..))
-import PrimKind(PrimKind)
-import PrimOps(PrimOp)
-import SMRep(SMRep)
-import SplitUniq(SUniqSM(..), SplitUniqSupply)
-import Stix(CodeSegment, StixReg, StixTree)
-data AbstractC
-data Target
-type SUniqSM a = SplitUniqSupply -> a
-data SplitUniqSupply
-data StixTree
-genCodeAbstractC :: Target -> AbstractC -> SplitUniqSupply -> [[StixTree]]
-