diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-21 09:52:56 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-21 09:52:56 +0000 |
commit | 85255a966b21172ce5a26c8a9cb0cdaf7315be95 (patch) | |
tree | 8cb07cd434b13f2ad11bf23c143e71f25ddeb0c3 /compiler/utils/GraphOps.hs | |
parent | c1153c7803e311d7b6e7de454ea0156b211281c3 (diff) | |
download | haskell-85255a966b21172ce5a26c8a9cb0cdaf7315be95.tar.gz |
Fixes for haddock 0.8
Diffstat (limited to 'compiler/utils/GraphOps.hs')
-rw-r--r-- | compiler/utils/GraphOps.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/utils/GraphOps.hs b/compiler/utils/GraphOps.hs index 880f3c65cd..8183e0b299 100644 --- a/compiler/utils/GraphOps.hs +++ b/compiler/utils/GraphOps.hs @@ -305,7 +305,7 @@ coalesceGraph' aggressive triv graph kkPairsAcc pairs -> coalesceGraph' aggressive triv graph' (reverse pairs ++ kkPairsAcc) --- | Coalesce this pair of nodes unconditionally / agressively. +-- | Coalesce this pair of nodes unconditionally \/ agressively. -- The resulting node is the one with the least key. -- -- returns: Just the pair of keys if the nodes were coalesced @@ -443,7 +443,7 @@ freezeNode k -- classes.. this is just a heuristic, after all. -- -- IDEA: freezing a node might free it up for Simplify.. would be good to check for triv --- right here, and add it to a worklist if known triv/non-move nodes. +-- right here, and add it to a worklist if known triv\/non-move nodes. -- freezeOneInGraph :: (Uniquable k, Outputable k) |