Re: Insert new global declaration to Gimple

2010-10-12 Thread Hongtao
Sorry, I mean if I had built a VAR_DECL node as well as its DECL_INITIAL, where should I place the node? Since it is a global variable, can I just build the VAR_DECL node without placing it in any container, say symbol table or anywhere else? Thanks, Hongtao On 10/12/10 10:11, Hongtao wrote:

Insert new global declaration to Gimple

2010-10-12 Thread Hongtao
Dear All, How can I build a new global variable as well as its initializer on Gimple? Thanks, Hongtao Yu Purdue Univeristy