[PowerPC CodeGen] patch for bug 15763

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Apr 26 16:52:46 PDT 2013


On 26 April 2013 19:47, David Fang <fang at csl.cornell.edu> wrote:
> Revised patch attached for review.

+    const char* const PGP = AP.MAI->getPrivateGlobalPrefix();

No need for the second const. Put the * to the right (const char *PGP).

 +Twine(Name));

space after the +.

LGTM with that.

Cheers,
Rafael



More information about the llvm-commits mailing list