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: another jump threading bug :(


On Wed, Jan 09, 2002 at 06:44:58PM +0100, Jan Hubicka wrote:
> 	* (try_forward_edges):  Properly initialize nthreaded_edges;
> 	update edge probabilities to match.

Ok except,

> + 		    first->succ->probability = REG_BR_PROB_BASE,
> + 		    first->succ->succ_next->probability = 0;

Use braces here.


r~


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