r169012 - in /trunk/gcc: ChangeLog config/mn103...

rth@gcc.gnu.org rth@gcc.gnu.org
Wed Jan 19 18:46:00 GMT 2011


Author: rth
Date: Wed Jan 19 18:46:30 2011
New Revision: 169012

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169012
Log:
mn10300: tidy pic address loading

There's little reason to greatly complicate things by splitting
the pic_load patterns and using complex rtl to make it work out.
Instead, use the %= marker to generate unique numbers and emit
the entire load_pic sequence at once.

At the same time, collect all references to outgoing_args_size
into mn10300_frame_size, and all computations of register save
area size into mn10300_initial_offset.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/mn10300/mn10300-protos.h
    trunk/gcc/config/mn10300/mn10300.c
    trunk/gcc/config/mn10300/mn10300.h
    trunk/gcc/config/mn10300/mn10300.md



More information about the Gcc-cvs mailing list