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: Obtaining a callsite address.


On Sun, 10 Mar 2013 at 13:51, Matt Davis wrote:
> I have a GIMPLE_CALL gimple object.  I want to get the tree node
> representing the callsite for this particular instance of a call, how
> can I get this information?

The GIMPLE_CALL gimple object *is* the call site.

Ciao!
Steven


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