[Git][ghc/ghc][wip/romes/fixes-4] Apply 1 suggestion(s) to 1 file(s)
Rodrigo Mesquita (@alt-romes)
gitlab at gitlab.haskell.org
Tue May 7 14:57:49 UTC 2024
Rodrigo Mesquita pushed to branch wip/romes/fixes-4 at Glasgow Haskell Compiler / GHC
Commits:
32b96637 by Andreas Klebinger at 2024-05-07T14:57:45+00:00
Apply 1 suggestion(s) to 1 file(s)
- - - - -
1 changed file:
- compiler/GHC/CmmToAsm/X86/Instr.hs
Changes:
=====================================
compiler/GHC/CmmToAsm/X86/Instr.hs
=====================================
@@ -1033,7 +1033,7 @@ instance Outputable JumpDest where
ppr (DestBlockId bid) = text "jd<blk>:" <> ppr bid
ppr (DestImm _imm) = text "jd<imm>:noShow"
--- Instances the methods of the same name in 'NgcImpl'
+-- Implementations of the methods of 'NgcImpl'
getJumpDestBlockId :: JumpDest -> Maybe BlockId
getJumpDestBlockId (DestBlockId bid) = Just bid
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/32b9663796f08dc844e5821b056f79bb1a8b03c6
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/32b9663796f08dc844e5821b056f79bb1a8b03c6
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/20240507/ffc75ba9/attachment.html>
More information about the ghc-commits
mailing list