On Tue, Sep 25, 2012 at 9:47 PM, Jordan Rose <[email protected]> wrote:
> Seems like a good idea. The llvm_unreachable should probably be in a default 
> case, though, to pacify -Wswitch-whatever. Radices are not enums. :-)

Thank you for looking at this!  Committed r164624 with proposed changes.

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 <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to