[llvm-commits] [PATCH] Remove \deprecated in include/llvm/Constants.h

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Jan 3 19:30:29 PST 2013


This is so we can enable the comments warnings, right?

LGTM given the comments on the other thread.

On 24 December 2012 17:56, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> Hello,
>
> The attached patch removes \deprecated from
> ConstantInt::getZExtValue(), getSExtValue().  These functions are used
> all over the place, so I doubt they are really deprecated.
>
> 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>*/
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list