[Git][ghc/ghc][wip/T24251a] Fix typo

Simon Peyton Jones (@simonpj) gitlab at gitlab.haskell.org
Fri Mar 22 18:04:51 UTC 2024



Simon Peyton Jones pushed to branch wip/T24251a at Glasgow Haskell Compiler / GHC


Commits:
47840e74 by Simon Peyton Jones at 2024-03-22T18:03:38+00:00
Fix typo

- - - - -


1 changed file:

- compiler/GHC/Core/Opt/CSE.hs


Changes:

=====================================
compiler/GHC/Core/Opt/CSE.hs
=====================================
@@ -773,7 +773,7 @@ isEvaldSoon (v1,v2) expr
   where
     hit :: Var -> Bool
     hit v = v==v1 || v==v2
-l
+
     go (Var v)    = hit v
     go (Let _ e)  = go e
     go (Tick _ e) = go e



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/47840e7407f57734190658778c9a42f19d3786a2

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/47840e7407f57734190658778c9a42f19d3786a2
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240322/85e1392e/attachment.html>


More information about the ghc-commits mailing list