summaryrefslogtreecommitdiff
path: root/gcc/recog.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-07 13:52:09 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-07 13:52:09 +0000
commit6db31844ad5b459e9f5ad0e306676bba01ea589b (patch)
tree0e6606b0487fd55d06f8332075ef3a25eaf2881c /gcc/recog.c
parentcf0fa607b94c0ebdd338221977a81461467877ad (diff)
downloadgcc-6db31844ad5b459e9f5ad0e306676bba01ea589b.tar.gz
recog.c (verify_changes): Make it static.
* recog.c (verify_changes): Make it static. * recog.h: Remove the corresponding prototype. From-SVN: r96015
Diffstat (limited to 'gcc/recog.c')
-rw-r--r--gcc/recog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c
index 224df47cf8c..d81ae5b3adc 100644
--- a/gcc/recog.c
+++ b/gcc/recog.c
@@ -297,7 +297,7 @@ num_changes_pending (void)
/* Tentatively apply the changes numbered NUM and up.
Return 1 if all changes are valid, zero otherwise. */
-int
+static int
verify_changes (int num)
{
int i;