Re: [PATCH] predict_loop fix (PR tree-optimization/48189)

2013-01-09 Thread Richard Biener
On Tue, 8 Jan 2013, Jakub Jelinek wrote: > Hi! > > This is Steven's patch from the PR plus mine hunk, bootstrapped/regtested on > x86_64-linux and i686-linux, ok for trunk? Ok. Thanks, Richard. > 2013-01-08 Steven Bosscher > Jakub Jelinek > > PR tree-optimization/48189 >

[PATCH] predict_loop fix (PR tree-optimization/48189)

2013-01-08 Thread Jakub Jelinek
Hi! This is Steven's patch from the PR plus mine hunk, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2013-01-08 Steven Bosscher Jakub Jelinek PR tree-optimization/48189 * predict.c (predict_loops): If max is 0, don't call compare_tree_int.