[Git][ghc/ghc][wip/T23645] Fix whitespace
Jaro Reinders (@Noughtmare)
gitlab at gitlab.haskell.org
Thu Jul 13 10:04:42 UTC 2023
Jaro Reinders pushed to branch wip/T23645 at Glasgow Haskell Compiler / GHC
Commits:
8439d2e3 by Jaro Reinders at 2023-07-13T12:04:33+02:00
Fix whitespace
- - - - -
1 changed file:
- compiler/GHC/CmmToAsm/X86/CodeGen.hs
Changes:
=====================================
compiler/GHC/CmmToAsm/X86/CodeGen.hs
=====================================
@@ -985,7 +985,7 @@ getRegister' _ is32Bit (CmmMachOp mop [x, y]) = -- dyadic MachOps
SETCC GU (OpReg eax)
]
return (Fixed II8 eax code)
-
+
imulMayOflo rep a b = do
(a_reg, a_code) <- getNonClobberedReg a
b_code <- getAnyReg b
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8439d2e36550784cb72a3242dfb90c0fbee18ff6
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8439d2e36550784cb72a3242dfb90c0fbee18ff6
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/20230713/8d2dd85a/attachment.html>
More information about the ghc-commits
mailing list