[Git][ghc/ghc][wip/andreask/interpreter_primops] Unused variable

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Mon Feb 24 18:57:57 UTC 2025



Matthew Pickering pushed to branch wip/andreask/interpreter_primops at Glasgow Haskell Compiler / GHC


Commits:
6c572139 by Matthew Pickering at 2025-02-24T18:57:41+00:00
Unused variable

- - - - -


1 changed file:

- compiler/GHC/StgToByteCode.hs


Changes:

=====================================
compiler/GHC/StgToByteCode.hs
=====================================
@@ -912,7 +912,7 @@ doPrimOp op init_d s p args =
 
     _ -> Nothing
     where
-      primArg1Width = (stgArgRepU $ head args) :: PrimRep
+      --primArg1Width = (stgArgRepU $ head args) :: PrimRep
       -- Push args, execute primop, slide, return_N
       primOp op_inst = Just $ do
         platform <- profilePlatform <$> getProfile



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6c5721399a677aeb96e1045fa4b83eaca5f527f5

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6c5721399a677aeb96e1045fa4b83eaca5f527f5
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/20250224/d0549aad/attachment-0001.html>


More information about the ghc-commits mailing list