diff options
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 07b300c..5518adc 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -390,7 +390,6 @@ static void expand_units PARAMS ((void)); static rtx simplify_knowing PARAMS ((rtx, rtx)); static rtx encode_units_mask PARAMS ((rtx)); static void fill_attr PARAMS ((struct attr_desc *)); -/* dpx2 compiler chokes if we specify the arg types of the args. */ static rtx substitute_address PARAMS ((rtx, rtx (*) (rtx), rtx (*) (rtx))); static void make_length_attrs PARAMS ((void)); static rtx identity_fn PARAMS ((rtx)); |