[Git][ghc/ghc][wip/fix-ubx-cast] More lint fallout
Andreas Klebinger (@AndreasK)
gitlab at gitlab.haskell.org
Mon Sep 26 22:43:50 UTC 2022
Andreas Klebinger pushed to branch wip/fix-ubx-cast at Glasgow Haskell Compiler / GHC
Commits:
ec4c170d by Andreas Klebinger at 2022-09-27T00:42:56+02:00
More lint fallout
- - - - -
1 changed file:
- compiler/GHC/Stg/Pipeline.hs
Changes:
=====================================
compiler/GHC/Stg/Pipeline.hs
=====================================
@@ -126,7 +126,7 @@ stg2stg logger extra_vars opts this_mod binds
StgUnarise -> do
us <- getUniqueSupplyM
liftIO (stg_linter False "Pre-unarise" binds)
- let binds' = {-# SCC "StgUnarise" #-} unarise (stgPlatform opts) us binds
+ let binds' = {-# SCC "StgUnarise" #-} unarise us binds
liftIO (dump_when Opt_D_dump_stg_unarised "Unarised STG:" binds')
liftIO (stg_linter True "Unarise" binds')
return binds'
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ec4c170d4cc99d7b76ff49ec49244bb8c2284c2e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ec4c170d4cc99d7b76ff49ec49244bb8c2284c2e
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/20220926/3adfa2ec/attachment.html>
More information about the ghc-commits
mailing list