Commit 231a2226 by Richard Kenner

Add missing blank

From-SVN: r33055
parent 2e653e39
......@@ -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 ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment