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 <[email protected]> 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
