2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-25 08:30:39 +08:00

Fix the last ChangeLog entry

From-SVN: r245929
This commit is contained in:
Vladimir Makarov 2017-03-06 20:29:49 +00:00
parent feca7b8954
commit f8386dae3f

@ -1,9 +1,9 @@
2017-03-06 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/79571
* lra-constraints.c (process_alt_operands): Claculate static
reject and subtract it from overal when there will be only address
reloads.
* lra-constraints.c (process_alt_operands): Calculate static
reject and subtract it from overall when only addresses will be
reloaded.
2017-03-06 Julia Koval <julia.koval@intel.com>