2001-08-26 Daniel Berlin <dan@cgsoftware.com>
* df.c (df_insn_modify): Realloc the INSN table here, if
necessary, here, too.
From-SVN: r45183
+2001-08-26 Daniel Berlin <dan@cgsoftware.com>
+
+ * df.c (df_insn_modify): Realloc the INSN table here, if
+ necessary, here, too.
+
2001-08-26 Aldy Hernandez <aldyh@redhat.com>
* config/mips/mips.c (mips_function_value): Handle complex return
uid = INSN_UID (insn);
+ if (uid >= df->insn_size)
+ df_insn_table_realloc (df, 0);
+
bitmap_set_bit (df->bbs_modified, bb->index);
bitmap_set_bit (df->insns_modified, uid);