jump.c: Remove prototypes for delete_computation and delete_prior_computation.
authorAldy Hernandez <aldyh@redhat.com>
Thu, 15 Feb 2007 18:29:25 +0000 (18:29 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Thu, 15 Feb 2007 18:29:25 +0000 (18:29 +0000)
* jump.c: Remove prototypes for delete_computation and
delete_prior_computation.

From-SVN: r122011

gcc/ChangeLog
gcc/jump.c

index c83917e39f3518c8a1d7e46fe16228f0d1efdcbd..cb41a5d4f120ccee6d33c433768d545078e621d9 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-15  Aldy Hernandez  <aldyh@redhat.com>
+
+       * jump.c: Remove prototypes for delete_computation and
+       delete_prior_computation.
+
 2007-02-15  Paolo Bonzini  <bonzini@gnu.org>
 
        * jump.c (get_label_after): Delete.
index a82d407b6cc9196f4d06b17c56aa23510554fb48..fa96a302954e3fb5cb680a3bb361df383d777b96 100644 (file)
@@ -68,11 +68,9 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
 
 static void init_label_info (rtx);
 static void mark_all_labels (rtx);
-static void delete_computation (rtx);
 static void redirect_exp_1 (rtx *, rtx, rtx, rtx);
 static int invert_exp_1 (rtx, rtx);
 static int returnjump_p_1 (rtx *, void *);
-static void delete_prior_computation (rtx, rtx);
 \f
 /* Alternate entry into the jump optimizer.  This entry point only rebuilds
    the JUMP_LABEL field in jumping insns and REG_LABEL notes in non-jumping