This is the mail archive of the gcc@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: function structure


On Sat, 2004-07-10 at 07:10, çé wrote:
> What did expand_call return? 

It returns the return value of the function, if it had one, and the
caller wants it (i.e. ignore == 0).  See the comment before the
function.

>The returned rtx is just an call rtx or call_insn or something else? 

It will usually be a register or a stack slot, where ever the return
value is put.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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