diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-05-23 12:08:25 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-05-23 17:00:02 +0200 |
commit | 0b4b4a346e6922dafb073693593d55c7e87be9ca (patch) | |
tree | 0e9f72523430998b44225c7600999a983e971004 /compiler/cmm/CmmUtils.hs | |
parent | a29132e9248e39a45673b5c146341d9f4947dacd (diff) | |
download | haskell-0b4b4a346e6922dafb073693593d55c7e87be9ca.tar.gz |
Typos in comments and manual [ci skip]
Diffstat (limited to 'compiler/cmm/CmmUtils.hs')
-rw-r--r-- | compiler/cmm/CmmUtils.hs | 2 |
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 = [] |