This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/43471] Unnecessary reload of asm "m" operand address



------- Comment #6 from kkojima at gcc dot gnu dot org  2010-04-15 21:51 -------
Subject: Bug 43471

Author: kkojima
Date: Thu Apr 15 21:51:14 2010
New Revision: 158393

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158393
Log:
        PR target/43471
        * config/sh/sh.c (sh_legitimize_reload_address): Use
        MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
        Remove a unneeded check for offset_base.


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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43471


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]