]> gcc.gnu.org Git - gcc.git/commitdiff
jump.c (jump_optimize_1): Make the definition static to match the prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 11 Apr 1999 04:51:57 +0000 (04:51 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 11 Apr 1999 04:51:57 +0000 (04:51 +0000)
        * jump.c (jump_optimize_1): Make the definition static to match
        the prototype.

From-SVN: r26346

gcc/ChangeLog
gcc/jump.c

index 94a1f4a91a80aaa8ebe3bf59f925634c8d302177..8156f68be5f84be90be4112334a10ebd173c1fa4 100644 (file)
@@ -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.
index 9a031937dd23d69888dd10f63897d1b383343a07..7c11fd386a99e196a28a286a82432986dd542c0f 100644 (file)
@@ -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;
This page took 0.120625 seconds and 5 git commands to generate.