summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmUtils.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-05-23 12:08:25 +0200
committerGabor Greif <ggreif@gmail.com>2017-05-23 17:00:02 +0200
commit0b4b4a346e6922dafb073693593d55c7e87be9ca (patch)
tree0e9f72523430998b44225c7600999a983e971004 /compiler/cmm/CmmUtils.hs
parenta29132e9248e39a45673b5c146341d9f4947dacd (diff)
downloadhaskell-0b4b4a346e6922dafb073693593d55c7e87be9ca.tar.gz
Typos in comments and manual [ci skip]
Diffstat (limited to 'compiler/cmm/CmmUtils.hs')
-rw-r--r--compiler/cmm/CmmUtils.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CmmUtils.hs b/compiler/cmm/CmmUtils.hs
index 1dab6eeff5..722718a3e2 100644
--- a/compiler/cmm/CmmUtils.hs
+++ b/compiler/cmm/CmmUtils.hs
@@ -510,7 +510,7 @@ toBlockListEntryFirst g
-- have both true and false successors. Block ordering can make a big difference
-- in performance in the LLVM backend. Note that we rely crucially on the order
-- of successors returned for CmmCondBranch by the NonLocal instance for CmmNode
--- defind in cmm/CmmNode.hs. -GBM
+-- defined in cmm/CmmNode.hs. -GBM
toBlockListEntryFirstFalseFallthrough :: CmmGraph -> [CmmBlock]
toBlockListEntryFirstFalseFallthrough g
| mapNull m = []