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] [PATCH]: Count number of new blocks created properly


On Fri, 2003-06-06 at 20:58, Daniel Berlin wrote:
> The number of new blocks is new_n_basic_blocks - old_n_basic_blocks, 
> not old_n_basic_blocks - new_n_basic_blocks.
> 
> Okay?
> 
Yes.

While browsing the code I also found that we are doing very strange
xmalloc calls for bb_ann in handle_switch_split and
bsi_commit_edge_insert.  I'll fix those momentarily.


Diego.


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