This is the mail archive of the gcc-patches@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: [tree-ssa] Make sure operands and virtual operands don't mix[patch]


On Tue, 2003-09-09 at 19:20, Andrew MacLeod wrote:

> Your patch will only catch mixes if the operand is used as a real
> operand first, and then as a virtual... not the other way around. ie, if
> the used_in_real_ops flag is set when you see a virtual use...
> 
Ah.  Good point.  I'll add the second bitset before committing the
patch.


Thanks.  Diego.


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