comparison gcc/genconfig.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Generate from machine description: 1 /* Generate from machine description:
2 - some #define configuration flags. 2 - some #define configuration flags.
3 Copyright (C) 1987-2018 Free Software Foundation, Inc. 3 Copyright (C) 1987-2020 Free Software Foundation, Inc.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it under 7 GCC is free software; you can redistribute it and/or modify it under
8 the terms of the GNU General Public License as published by the Free 8 the terms of the GNU General Public License as published by the Free
70 70
71 code = GET_CODE (part); 71 code = GET_CODE (part);
72 switch (code) 72 switch (code)
73 { 73 {
74 case CLOBBER: 74 case CLOBBER:
75 case CLOBBER_HIGH:
76 clobbers_seen_this_insn++; 75 clobbers_seen_this_insn++;
77 break; 76 break;
78 77
79 case MATCH_OPERAND: 78 case MATCH_OPERAND:
80 if (XINT (part, 0) > max_recog_operands) 79 if (XINT (part, 0) > max_recog_operands)