This patch improves precision of the line number information during coverage mode. Yes, I need to add an example/test case. I was planning to do that before I propose this patch for trunk as well.
Thanks, Sharad On Thu, Jun 2, 2011 at 4:46 AM, Diego Novillo <dnovi...@google.com> wrote: > > On Wed, Jun 1, 2011 at 21:03, Sharad Singhai <sing...@google.com> wrote: > > > 2011-06-01 Sharad Singhai <sing...@google.com> > > > > Google Ref 39994 > > * ifcvt.c (noce_try_cmove_arith): Use the locus information > > from the if-statment rather than the then path. > > Could you elaborate how it improves locus information? Is there a > test case you can add to the testsuite? Or an example code fragment > that shows how is the locus better now? > > OK for google/main. > > > Diego.