[Git][ghc/ghc][wip/T23576] Remove stray comment
Jaro Reinders (@Noughtmare)
gitlab at gitlab.haskell.org
Fri Jul 7 08:35:12 UTC 2023
Jaro Reinders pushed to branch wip/T23576 at Glasgow Haskell Compiler / GHC
Commits:
426cf21b by Jaro Reinders at 2023-07-07T10:35:04+02:00
Remove stray comment
- - - - -
1 changed file:
- compiler/GHC/CmmToAsm/X86/CodeGen.hs
Changes:
=====================================
compiler/GHC/CmmToAsm/X86/CodeGen.hs
=====================================
@@ -1992,7 +1992,6 @@ condIntCode' platform cond x y = do
--------------------------------------------------------------------------------
condFltCode :: Cond -> CmmExpr -> CmmExpr -> NatM CondCode
--- Larger-than-native (64-bit ops on 32-bit platforms)
condFltCode cond x y
= condFltCode_sse2
where
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/426cf21b9d1358d1f47a043cb3496fba02eca339
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/426cf21b9d1358d1f47a043cb3496fba02eca339
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/20230707/ad1d5d0e/attachment.html>
More information about the ghc-commits
mailing list