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
@Andriy: thanks a lot. very nice of you to mention my name in connection with
this commit. :)
--
Alexander Best
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-he
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-
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