Merge pull request #6 from jens-maus/max_recog_operands-patch

bumped the maximum number of max_recog_operands to 20 (19+1)
This commit is contained in:
Krystian Bacławski 2017-01-10 21:24:38 +01:00 committed by GitHub
commit f979e3d653
1 changed files with 2 additions and 2 deletions

View File

@ -327,8 +327,8 @@ main (argc, argv)
printf ("/* Generated automatically by the program `genconfig'\n\
from the machine description file `md'. */\n\n");
/* Allow at least 15 operands for the sake of asm constructs. */
max_recog_operands = 14; /* We will add 1 later. */
/* Allow at least 20 operands for the sake of asm constructs. */
max_recog_operands = 19; /* We will add 1 later. */
max_dup_operands = 1;
/* Read the machine description. */