recog.c (preproces_constraints): Zero recog_op_alt before processing the constraints.

* recog.c (preproces_constraints): Zero recog_op_alt before
processing the constraints.

From-SVN: r28497
This commit is contained in:
Richard Earnshaw 1999-08-04 13:11:20 +00:00 committed by Richard Earnshaw
parent f0ce07b87a
commit cc3dea85a8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Wed Aug 4 09:06:14 1999 Richard Earnshaw (rearnsha@arm.com)
* recog.c (preproces_constraints): Zero recog_op_alt before
processing the constraints.
Mon Aug 2 19:18:44 1999 Jason Merrill <jason@yorick.cygnus.com>
* linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.

View File

@ -2093,6 +2093,7 @@ preprocess_constraints ()
{
int i;
bzero (recog_op_alt, sizeof recog_op_alt);
for (i = 0; i < recog_n_operands; i++)
{
int j;