summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-10 19:04:29 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-10 19:04:29 +0000
commit59a71f75555bf145225e2bf8f9c3e8a734232e97 (patch)
tree368ec227e84eacb3511ce327da21077edab9626c
parent0a231482f03715ed95ed4fa3d9d8380557054129 (diff)
downloadppe42-gcc-59a71f75555bf145225e2bf8f9c3e8a734232e97.tar.gz
ppe42-gcc-59a71f75555bf145225e2bf8f9c3e8a734232e97.zip
* genrecog.c (add_to_sequence): Thinko last change: delete
shadowing allow_const_int variable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29891 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/genrecog.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c0afb4e7fbe..5d61baf6c9b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Sun Oct 10 12:03:21 1999 Richard Henderson <rth@cygnus.com>
+
+ * genrecog.c (add_to_sequence): Thinko last change: delete
+ shadowing allow_const_int variable.
+
Sun Oct 10 08:40:00 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index 371e5b259cb..bc49d45a770 100644
--- a/gcc/genrecog.c
+++ b/gcc/genrecog.c
@@ -449,7 +449,7 @@ add_to_sequence (pattern, last, position, insn_type, top)
if (i < NUM_KNOWN_PREDS)
{
- int allows_const_int, j;
+ int j;
test->u.pred.index = i;
OpenPOWER on IntegriCloud