[PATCH] Remove unused CodeGenOptions from CodeGenTypes.

Reid Kleckner rnk at google.com
Thu Oct 24 15:04:13 PDT 2013


Looks good.  I think removing dead code passes the bar for "obviously good"
which means you can do it with just post-commit review.
http://llvm.org/docs/DeveloperPolicy.html#code-review


On Thu, Oct 24, 2013 at 2:51 PM, Mark Lacey <mark.lacey at apple.com> wrote:

> I noticed that the CodeGenOptions member of CodeGenTypes is never actually
> used. This patch removes it.
>
> ---
> lib/CodeGen/CodeGenTypes.cpp | 1 -
> lib/CodeGen/CodeGenTypes.h   | 2 --
> 2 files changed, 3 deletions(-)
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131024/b25d6352/attachment.html>


More information about the cfe-commits mailing list