aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2007-02-15 18:29:25 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2007-02-15 18:29:25 +0000
commiteab79d78e7b90cd54fd93260e5c7b9816a8dd251 (patch)
tree484d29ba7a8692c6d0bf553ba07ab9b925eb8d49 /gcc
parent7f40378f06a5723ede9c8abc23775cadcdd0037c (diff)
downloadgcc-eab79d78e7b90cd54fd93260e5c7b9816a8dd251.zip
gcc-eab79d78e7b90cd54fd93260e5c7b9816a8dd251.tar.gz
gcc-eab79d78e7b90cd54fd93260e5c7b9816a8dd251.tar.bz2
jump.c: Remove prototypes for delete_computation and delete_prior_computation.
* jump.c: Remove prototypes for delete_computation and delete_prior_computation. From-SVN: r122011
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/jump.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c83917e..cb41a5d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/jump.c b/gcc/jump.c
index a82d407..fa96a30 100644
--- a/gcc/jump.c
+++ b/gcc/jump.c
@@ -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);
/* 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