comparison gcc/reload.h @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 84e7813d76e9
children 1830386684a0
comparison
equal deleted inserted replaced
130:e108057fa461 132:d34655255c78
1 /* Communication between reload.c, reload1.c and the rest of compiler. 1 /* Communication between reload.c, reload1.c and the rest of compiler.
2 Copyright (C) 1987-2017 Free Software Foundation, Inc. 2 Copyright (C) 1987-2018 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
95 unsigned int nregs; 95 unsigned int nregs;
96 96
97 /* Positive amount to increment or decrement by if 97 /* Positive amount to increment or decrement by if
98 reload_in is a PRE_DEC, PRE_INC, POST_DEC, POST_INC. 98 reload_in is a PRE_DEC, PRE_INC, POST_DEC, POST_INC.
99 Ignored otherwise (don't assume it is zero). */ 99 Ignored otherwise (don't assume it is zero). */
100 int inc; 100 poly_int64_pod inc;
101 /* A reg for which reload_in is the equivalent. 101 /* A reg for which reload_in is the equivalent.
102 If reload_in is a symbol_ref which came from 102 If reload_in is a symbol_ref which came from
103 reg_equiv_constant, then this is the pseudo 103 reg_equiv_constant, then this is the pseudo
104 which has that symbol_ref as equivalent. */ 104 which has that symbol_ref as equivalent. */
105 rtx in_reg; 105 rtx in_reg;