jump.c (jump_optimize_1): Make the definition static to match the prototype.
* jump.c (jump_optimize_1): Make the definition static to match the prototype. From-SVN: r26346
This commit is contained in:
parent
b1d4fd8959
commit
1ae5c6c2f7
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Apr 11 07:43:44 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* jump.c (jump_optimize_1): Make the definition static to match
|
||||
the prototype.
|
||||
|
||||
Sat Apr 10 22:51:53 1999 Jan Hubicka <hubicka@limax.paru.cas.cz>
|
||||
|
||||
* flow.c (life_analysis): New parameter remove_dead_code.
|
||||
|
|
|
@ -176,7 +176,7 @@ rebuild_jump_labels (f)
|
|||
It works because `delete_insn' checks the value of `optimize'
|
||||
and refrains from actually deleting when that is 0. */
|
||||
|
||||
void
|
||||
static void
|
||||
jump_optimize_1 (f, cross_jump, noop_moves, after_regscan, mark_labels_only)
|
||||
rtx f;
|
||||
int cross_jump;
|
||||
|
|
Loading…
Add table
Reference in a new issue