diff options
Diffstat (limited to 'gcc/lra-constraints.c')
-rw-r--r-- | gcc/lra-constraints.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gcc/lra-constraints.c b/gcc/lra-constraints.c index 453c578..284116d 100644 --- a/gcc/lra-constraints.c +++ b/gcc/lra-constraints.c @@ -1980,13 +1980,6 @@ process_alt_operands (int only_alternative) win = true; break; - case 'G': - case 'H': - if (CONST_DOUBLE_AS_FLOAT_P (op) - && CONST_DOUBLE_OK_FOR_CONSTRAINT_P (op, c, p)) - win = true; - break; - case 's': if (CONST_SCALAR_INT_P (op)) break; @@ -2001,19 +1994,6 @@ process_alt_operands (int only_alternative) win = true; break; - case 'I': - case 'J': - case 'K': - case 'L': - case 'M': - case 'N': - case 'O': - case 'P': - if (CONST_INT_P (op) - && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), c, p)) - win = true; - break; - case 'X': /* This constraint should be excluded by the fast track. */ |