r181572 - ArrayRef'ize ShuffleVectorExpr::setExprs

Dmitri Gribenko gribozavr at gmail.com
Fri May 10 10:19:30 PDT 2013


On Fri, May 10, 2013 at 8:06 PM, Pete Cooper <peter_cooper at apple.com> wrote:
> Hi Dmitri
>
> This seems to be breaking the buildbots.  I’m going to revert it for now to
> get things green again.

Pete,

Sorry for the breakage.  It does not fail on my buildbots.  Please
revert.  I will investigate.

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 cfe-commits mailing list