summaryrefslogtreecommitdiff
path: root/compiler/cmm
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-03-19 19:11:09 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2015-03-19 19:11:30 +0100
commit9d819804bc0ccf1fed384a4145014c257e85e848 (patch)
tree719510836cb9210b7c6630388320081e3fc75211 /compiler/cmm
parentc4aa959bd771f7e69c7f0da1e857599f513d5331 (diff)
downloadhaskell-9d819804bc0ccf1fed384a4145014c257e85e848.tar.gz
Remove comments and flag for GranSim
The GranSim code was removed in dd56e9ab and 297b05a9 in 2009, and perhaps other commits I couldn't find. Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D737
Diffstat (limited to 'compiler/cmm')
-rw-r--r--compiler/cmm/CLabel.hs9
-rw-r--r--compiler/cmm/cmm-notes1
2 files changed, 0 insertions, 10 deletions
diff --git a/compiler/cmm/CLabel.hs b/compiler/cmm/CLabel.hs
index ebf902f149..b56cbed98a 100644
--- a/compiler/cmm/CLabel.hs
+++ b/compiler/cmm/CLabel.hs
@@ -903,15 +903,6 @@ labelDynamic dflags this_pkg this_mod lbl =
_ -> False
where os = platformOS (targetPlatform dflags)
-{-
-OLD?: These GRAN functions are needed for spitting out GRAN_FETCH() at the
-right places. It is used to detect when the abstractC statement of an
-CCodeBlock actually contains the code for a slow entry point. -- HWL
-
-We need at least @Eq@ for @CLabels@, because we want to avoid
-duplicate declarations in generating C (see @labelSeenTE@ in
-@PprAbsC@).
--}
-----------------------------------------------------------------------------
-- Printing out CLabels.
diff --git a/compiler/cmm/cmm-notes b/compiler/cmm/cmm-notes
index 99b2599a4c..2b7e0a40fb 100644
--- a/compiler/cmm/cmm-notes
+++ b/compiler/cmm/cmm-notes
@@ -109,7 +109,6 @@ StgCmmCon.hs
StgCmmEnv.hs
StgCmmExpr.hs
StgCmmForeign.hs
-StgCmmGran.hs
StgCmmHeap.hs
StgCmmHpc.hs
StgCmmLayout.hs