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: Infrastructure to let ipcp to remove unused arguments from calls


Diego,

On Wed, Aug 27, 2008 at 04:34:08PM -0400, Diego Novillo wrote:
> On Wed, Aug 27, 2008 at 11:39, Jan Hubicka <jh@suse.cz> wrote:
> > +gimple_call_skip_args (gimple stmt, bitmap args_to_skip)
> 
> This is a copy operation, so I think a better name would be
> gimple_copy_call_skip_args() or something along those lines.

Can you add description to the GIMPLE API google document
(http://docs.google.com/View?docid=dgfkmttj_107hcr98sg3), please?

Obviously, it would be much  better if the gimple API documentation is
moved somewhere  where anybody who can  commit can modify  it.  Or has
it been done already?

Thanks,

Martin


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