Re: A newbie question: Maping pseudos to declaration.

2005-05-28 Thread N V Krishna
One more thing I forgot to mention is that, I am working on a rather old version of gcc - 2.95.2 for some reasons. Krishna. On Sat, 28 May 2005, Ian Lance Taylor wrote: #N V Krishna <[EMAIL PROTECTED]> writes: # #> I am trying to do some modifications to the register allocator and for the #> arc

Re: A newbie question: Maping pseudos to declaration.

2005-05-28 Thread Ian Lance Taylor
N V Krishna <[EMAIL PROTECTED]> writes: > I am trying to do some modifications to the register allocator and for the > architecture I am dealing with, I want to handle different type of pseudos > differently. All local scalars fall under one group, local struct/union > variables under one group an

A newbie question: Maping pseudos to declaration.

2005-05-28 Thread N V Krishna
Hello All, I am trying to do some modifications to the register allocator and for the architecture I am dealing with, I want to handle different type of pseudos differently. All local scalars fall under one group, local struct/union variables under one group and all globals under one group. Given a