diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-03-19 19:11:09 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-03-19 19:11:30 +0100 |
commit | 9d819804bc0ccf1fed384a4145014c257e85e848 (patch) | |
tree | 719510836cb9210b7c6630388320081e3fc75211 /compiler/cmm/cmm-notes | |
parent | c4aa959bd771f7e69c7f0da1e857599f513d5331 (diff) | |
download | haskell-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/cmm-notes')
-rw-r--r-- | compiler/cmm/cmm-notes | 1 |
1 files changed, 0 insertions, 1 deletions
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
|