Re: [PATCH] apply transformation on Darwin platform: pow(10, x) ―> __exp10(x)

Dmitri Gribenko gribozavr at gmail.com
Thu Dec 5 11:57:28 PST 2013


On Thu, Dec 5, 2013 at 10:15 AM, Yi Jiang <yjiang at apple.com> wrote:
> Thank you guys for the comments. Here is the new patch:

+    }
+    else {

This should be "} else {" all on a single line.

Also, trailing whitespace.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the llvm-commits mailing list