[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:23:28 UTC 2024



Rodrigo Mesquita pushed to branch wip/romes/fixes-4 at Glasgow Haskell Compiler / GHC


Commits:
ef39e9a1 by Andreas Klebinger at 2024-05-07T14:23:22+00:00
Apply 1 suggestion(s) to 1 file(s)
- - - - -


1 changed file:

- compiler/GHC/CmmToAsm/AArch64/RegInfo.hs


Changes:

=====================================
compiler/GHC/CmmToAsm/AArch64/RegInfo.hs
=====================================
@@ -14,7 +14,7 @@ data JumpDest = DestBlockId BlockId
 instance Outputable JumpDest where
   ppr (DestBlockId bid) = text "jd<blk>:" <> ppr bid
 
--- 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/ef39e9a1e2faf2f01588dad9b046acecc2a5c465

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ef39e9a1e2faf2f01588dad9b046acecc2a5c465
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/5dca33d8/attachment-0001.html>


More information about the ghc-commits mailing list