This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Obtaining a callsite address.
- From: Steven Bosscher <stevenb dot gcc at gmail dot com>
- To: Matt Davis <mattdavis9 at gmail dot com>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Sun, 10 Mar 2013 14:01:35 +0100
- Subject: 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