Re: svn commit: r207330 - head/sys/dev/sound/pcm

2010-10-05 Thread Alexander Best
On Wed Apr 28 10, Jung-uk Kim wrote: > Author: jkim > Date: Wed Apr 28 17:26:05 2010 > New Revision: 207330 > URL: http://svn.freebsd.org/changeset/base/207330 > > Log: > Remove dead code. Calculated greatest common divisor was not used at all. > On top of that, LLVM+Clang mis-compiles this c

Re: svn commit: r207330 - head/sys/dev/sound/pcm

2010-04-29 Thread Alexander Best
@Andriy: thanks a lot. very nice of you to mention my name in connection with this commit. :) -- Alexander Best ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-

Re: svn commit: r207330 - head/sys/dev/sound/pcm

2010-04-28 Thread Andriy Gapon
on 28/04/2010 20:26 Jung-uk Kim said the following: > Author: jkim > Date: Wed Apr 28 17:26:05 2010 > New Revision: 207330 > URL: http://svn.freebsd.org/changeset/base/207330 > > Log: > Remove dead code. Calculated greatest common divisor was not used at all. > On top of that, LLVM+Clang mis-

svn commit: r207330 - head/sys/dev/sound/pcm

2010-04-28 Thread Jung-uk Kim
Author: jkim Date: Wed Apr 28 17:26:05 2010 New Revision: 207330 URL: http://svn.freebsd.org/changeset/base/207330 Log: Remove dead code. Calculated greatest common divisor was not used at all. On top of that, LLVM+Clang mis-compiles this code because of its register allocator bug. Ana