[Git][ghc/ghc][wip/with2-primop] Fix warning

Ben Gamari gitlab at gitlab.haskell.org
Fri Apr 17 16:14:03 UTC 2020



Ben Gamari pushed to branch wip/with2-primop at Glasgow Haskell Compiler / GHC


Commits:
75093e21 by Ben Gamari at 2020-04-17T16:11:36+00:00
Fix warning

- - - - -


1 changed file:

- compiler/GHC/StgToCmm/Closure.hs


Changes:

=====================================
compiler/GHC/StgToCmm/Closure.hs
=====================================
@@ -626,7 +626,7 @@ getCallMethod _ _name _ LFLetNoEscape _n_args _v_args (LneLoc blk_id lne_regs)
               _self_loop_info
   = JumpToIt blk_id lne_regs
 
-getCallMethod _ name _ lf_info _ _ _ _ = pprPanic "Unknown call method" (ppr name)
+getCallMethod _ name _ _lf_info _ _ _ _ = pprPanic "Unknown call method" (ppr name)
 
 -----------------------------------------------------------------------------
 --              Data types for closure information



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/75093e219f059a57ee4358eb3e787ff87d7fec13

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/75093e219f059a57ee4358eb3e787ff87d7fec13
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/20200417/b05c68ae/attachment.html>


More information about the ghc-commits mailing list