diff options
Diffstat (limited to 'gnu/egcs/gcc/config/sh/sh.h')
-rw-r--r-- | gnu/egcs/gcc/config/sh/sh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/config/sh/sh.h b/gnu/egcs/gcc/config/sh/sh.h index 40b79363b6f..2f2a000b89d 100644 --- a/gnu/egcs/gcc/config/sh/sh.h +++ b/gnu/egcs/gcc/config/sh/sh.h @@ -2120,6 +2120,7 @@ extern struct rtx_def *get_fpscr_rtx (); {"arith_reg_operand", {SUBREG, REG}}, \ {"arith_reg_or_0_operand", {SUBREG, REG, CONST_INT}}, \ {"binary_float_operator", {PLUS, MULT}}, \ + {"braf_label_ref_operand", {LABEL_REF}}, \ {"commutative_float_operator", {PLUS, MULT}}, \ {"fp_arith_reg_operand", {SUBREG, REG}}, \ {"fp_extended_operand", {SUBREG, REG, FLOAT_EXTEND}}, \ |