[llvm-commits] [patch] Another small refactoring in bugpoint

Nick Lewycky nlewycky at google.com
Thu Jul 29 17:26:36 PDT 2010


+  std::string executeProgram(const Module* Program,

Note that in the rest of the file, the space comes before the star. This
happens in several places, I won't mention them all.

Besides that it looks good. I'm quite surprised that even the comments on
diffProgram don't need to change. :)

Nick

On 29 July 2010 13:21, Rafael Espindola <espindola at google.com> wrote:

> Attached is another small refactoring on the same lines of the
> previous one. It adds a Program option to diffProgram to avoid another
> silly swapProgramIn.
>
> Cheers,
> --
> Rafael Ávila de Espíndola
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100729/92a9783f/attachment.html>


More information about the llvm-commits mailing list