comparison gcc/gencodes.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 macros CODE_FOR_... giving the insn_code_number value 2 - some macros CODE_FOR_... giving the insn_code_number value
3 for each of the defined standard insn names. 3 for each of the defined standard insn names.
4 Copyright (C) 1987-2018 Free Software Foundation, Inc. 4 Copyright (C) 1987-2020 Free Software Foundation, Inc.
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
8 GCC is free software; you can redistribute it and/or modify it under 8 GCC is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free 9 the terms of the GNU General Public License as published by the Free