This is the mail archive of the gcc-patches@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]

Re: PATCH [FSF mainline] Fix pattern for store and update for apple-ppc-darwin mixed mode.


         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Call
         either gen_movdi_di_update or gen_movdi_si_update depending on
         target mode.
         * config/rs6000/rs6000.md (movdi_update): Changed to 
movdi_<mode>_update,
         to generate two versions.

Please move "define_mode_macro" to the top of the MD file.

Okay with that change.

Thanks, David


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