https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63191

--- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Mar 22 18:33:37 2017
New Revision: 246398

URL: https://gcc.gnu.org/viewcvs?rev=246398&root=gcc&view=rev
Log:
        PR rtl-optimization/63191
        * config/i386/i386.c (ix86_delegitimize_address): Turn into small
        wrapper function, moved the whole old content into ...
        (ix86_delegitimize_address_1): ... this.  New inline function.
        (ix86_find_base_term): Use ix86_delegitimize_address_1 with
        true as last argument instead of ix86_delegitimize_address.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c

Reply via email to