summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorman Ramsey <nr@cs.tufts.edu>2021-12-10 15:31:45 -0500
committerNorman Ramsey <nr@cs.tufts.edu>2021-12-10 15:59:33 -0500
commit30f6198b1dc3ba50491dd7483b918d37c79cd91f (patch)
treed7377f6784af67c90304cd7f9fb7f427c81e5153
parentb4a554197be38be72b4a52603efac84983a6b2bc (diff)
downloadhaskell-wip/nr/consolidated-dominators.tar.gz
-rw-r--r--compiler/GHC/CmmToAsm/CFG.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/CmmToAsm/CFG.hs b/compiler/GHC/CmmToAsm/CFG.hs
index f571f962b0..fd64984797 100644
--- a/compiler/GHC/CmmToAsm/CFG.hs
+++ b/compiler/GHC/CmmToAsm/CFG.hs
@@ -29,7 +29,7 @@ module GHC.CmmToAsm.CFG
, getCfgNodes, hasNode
-- Loop Information
- , loopMembers, loopLevels, loopInfo
+-- , loopMembers, loopLevels, loopInfo
--Construction/Misc
, getCfg, getCfgProc, pprEdgeWeights, sanityCheckCfg