comparison gcc/jump.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 /* Optimize jump instructions, for GNU compiler. 1 /* Optimize jump instructions, for GNU compiler.
2 Copyright (C) 1987-2018 Free Software Foundation, Inc. 2 Copyright (C) 1987-2020 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
1092 { 1092 {
1093 case PC: 1093 case PC:
1094 case CC0: 1094 case CC0:
1095 case REG: 1095 case REG:
1096 case CLOBBER: 1096 case CLOBBER:
1097 case CLOBBER_HIGH:
1098 case CALL: 1097 case CALL:
1099 return; 1098 return;
1100 1099
1101 case RETURN: 1100 case RETURN:
1102 case SIMPLE_RETURN: 1101 case SIMPLE_RETURN: