On Sat, Dec 10, 2011 at 12:40 PM, Ian Lance Taylor wrote:
> Matt Davis writes:
>
>> I am trying to look at the arguments that are passed to a function
>> pointer. I have an SSA_NAME which is for a pointer-type to a
>> function-type. I want to obtain the arguments being passed to the
>> function
Matt Davis writes:
> I am trying to look at the arguments that are passed to a function
> pointer. I have an SSA_NAME which is for a pointer-type to a
> function-type. I want to obtain the arguments being passed to the
> function pointer, but after looking all over the SSA_NAME node and its
> c
I am trying to look at the arguments that are passed to a function
pointer. I have an SSA_NAME which is for a pointer-type to a
function-type. I want to obtain the arguments being passed to the
function pointer, but after looking all over the SSA_NAME node and its
corresponding VAR_DECL I cannot