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] Split up compute_immediate_uses_for


On Wed, 2003-09-24 at 19:21, Steven Bosscher wrote:
> Boring stuff. Perhaps there was a good reason once to have a single
> function to get immediate uses for both PHIs and normal statements, but
> I don't see one anymore. Since we know exactly when we're calling
> compute_immediate_uses_for() with a PHI or a statement, I thought maybe
> we should split that function in two...
> 
> Bootstrapped 'n tested, OK?
> 
>

Yes.  I have a use for this too :-)

Andrew


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