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]: SSAPRE Update


On Wed, 06 Nov 2002, Daniel Berlin wrote:

> Diego, I externalized set_bb_for_stmt because it's one of the only 
> functions we don't have a "get" but not a "set" accessible for (ie 
> bb_for_stmt was around, but not set_bb_for_stmt) and it was necessary 
> for proper operation.
> Alternatively, you could make both bb_for_stmt and set_bb_for_stmt 
> private, and have replace_ref_* call set_bb_for_stmt for us.
>
Yes, replace_ref_stmt_with() will need to do that.  Leave the
external call for now.  It will be easy enough to replace once
replace_ref_* is working properly.


Diego.


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