[all-commits] [llvm/llvm-project] 29ec07: Fix comment typo in ExpandFCOPYSIGN (#111489)
Ralf Jung via All-commits
all-commits at lists.llvm.org
Tue Oct 8 01:48:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29ec0716a872126db0dd2e981c51f9966af34824
https://github.com/llvm/llvm-project/commit/29ec0716a872126db0dd2e981c51f9966af34824
Author: Ralf Jung <post at ralfj.de>
Date: 2024-10-08 (Tue, 08 Oct 2024)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Log Message:
-----------
Fix comment typo in ExpandFCOPYSIGN (#111489)
I noticed this while following
https://github.com/llvm/llvm-project/pull/111269. It makes little sense
that FCOPYSIGN would look at the sign of `x`, right? Surely this must be
`y`. Also fix the inconsistency where it's sometimes `x` and sometimes
`X`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list