[llvm-commits] [PATCH] Remove a copy of FileCheck man page from TestingGuide
Dmitri Gribenko
gribozavr at gmail.com
Sun Nov 18 10:29:10 PST 2012
On Sun, Nov 18, 2012 at 8:10 PM, Sean Silva <silvas at purdue.edu> wrote:
> LGTM. No point in duplicating that info when we can just link to it.
Committed r168288, thanks!
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