[llvm-commits] [llvm] r137926 - /llvm/trunk/lib/Transforms/Utils/BasicBlockUtils.cpp

Bill Wendling isanbard at gmail.com
Thu Aug 18 10:57:40 PDT 2011


On Aug 17, 2011, at 11:07 PM, Chris Lattner wrote:

> 
> On Aug 17, 2011, at 10:25 PM, Bill Wendling wrote:
> 
>> Author: void
>> Date: Thu Aug 18 00:25:23 2011
>> New Revision: 137926
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=137926&view=rev
>> Log:
>> Split out the analysis updating code into a helper function. No intended
>> functionality change.
> 
> Hi Bill,
> 
> Please use static for functions, not anonymous namespaces.
> http://llvm.org/docs/CodingStandards.html#micro_anonns
> 
Ah! Okay. Sorry. :-)

-bw





More information about the llvm-commits mailing list