[llvm-commits] [llvm] r164173 - in /llvm/trunk: include/llvm/Transforms/Utils/IntegerDivision.h lib/Transforms/Utils/CMakeLists.txt lib/Transforms/Utils/IntegerDivision.cpp

Michael Ilseman milseman at apple.com
Wed Sep 19 18:37:24 PDT 2012


Andy was referring to my patch to SimplifyCFG from a couple weeks ago. This commit is a brand new file, and r164238 renamed the functions to conform to the coding standards.

On Sep 19, 2012, at 6:34 PM, Chandler Carruth <chandlerc at google.com> wrote:

> On Wed, Sep 19, 2012 at 5:57 PM, Andrew Trick <atrick at apple.com> wrote:
> 
> On Sep 19, 2012, at 5:48 PM, Sean Silva <silvas at purdue.edu> wrote:
> 
> > Could you elaborate on this old-style vs new-style thing? Also, a bit
> > more explanation in the coding standards is probably in order ("older
> > code uses names like ... but the expectation for new code (except
> > where incongruous) is ...".
> 
> 
> I think the Coding Standards already explain the situation well:
> 
> http://llvm.org/docs/CodingStandards.html#introduction
> 
> Michael is working on a file where the function name were still capitalized.
> 
> Er, no, he is adding a brand new file.
> 
> Whether the file existed out-of-tree in some other form shouldn't be relevant here. New code in the LLVM tree is what is held to the coding standards, and this is all new code.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120919/2255292d/attachment.html>


More information about the llvm-commits mailing list