Add missing blank

From-SVN: r33055
This commit is contained in:
Richard Kenner 2000-04-10 07:40:06 -04:00
parent 2e653e3965
commit 231a222692

View File

@ -6923,7 +6923,7 @@ schedule_insns (dump_file)
}
}
deaths_in_region = (int *) xmalloc (sizeof(int) * nr_regions);
deaths_in_region = (int *) xmalloc (sizeof (int) * nr_regions);
init_alias_analysis ();