Index: gcc/gcc/gensupport.c |
diff --git a/gcc/gcc/gensupport.c b/gcc/gcc/gensupport.c |
index c11e4dd1233bdd13a575454efbd648860a32c0e8..0851596585bd47e35ce360e5d8904b4e28644a7d 100644 |
--- a/gcc/gcc/gensupport.c |
+++ b/gcc/gcc/gensupport.c |
@@ -1355,7 +1355,6 @@ struct std_pred_table |
static const struct std_pred_table std_preds[] = { |
{"general_operand", false, true, {SUBREG, REG, MEM}}, |
{"address_operand", true, true, {SUBREG, REG, MEM, PLUS, MINUS, MULT}}, |
- {"lea_match_address_operand", true, true, {SUBREG, REG, MEM, PLUS, MINUS, MULT}}, |
{"register_operand", false, false, {SUBREG, REG}}, |
{"pmode_register_operand", true, false, {SUBREG, REG}}, |
{"scratch_operand", false, false, {SCRATCH, REG}}, |