[llvm-commits] syntax error in LangRef.html

Dmitri Gribenko gribozavr at gmail.com
Sat Jan 26 05:31:08 PST 2013


On Sat, Jan 26, 2013 at 10:10 AM, David Waggoner
<mathonnapkins at gmail.com> wrote:
> The IR at the line indicated in the patch is improper and will fail to
> compile.

Thank you!  Committed r173571.

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