1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-28 08:07:03 +00:00

Sync CONST_DOUBLE_OK_FOR_LETTER_P comment with reality - there is no H

constraint.
This commit is contained in:
miod
2025-08-08 20:12:19 +00:00
parent 866fc56016
commit b006c19cfe

View File

@@ -692,7 +692,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
/* Similar, but for floating constants, and defining letters G and H.
Here VALUE is the CONST_DOUBLE rtx itself. For the m88000, the
constraints is: `G' requires zero. */
constraints are: `G' requires zero, and `H' requires one or two. */
#define CONST_DOUBLE_OK_FOR_LETTER_P(VALUE, C) \
((C) == 'G' ? (CONST_DOUBLE_HIGH (VALUE) == 0 \
&& CONST_DOUBLE_LOW (VALUE) == 0) \