[llvm-commits] [llvm] r150939 - /llvm/trunk/lib/Transforms/IPO/GlobalOpt.cpp
Nick Lewycky
nicholas at mxc.ca
Sun Feb 19 19:30:31 PST 2012
Chris Lattner wrote:
>
> On Feb 19, 2012, at 3:26 PM, Nick Lewycky wrote:
>
>> Author: nicholas
>> Date: Sun Feb 19 17:26:27 2012
>> New Revision: 150939
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=150939&view=rev
>> Log:
>> Move EvaluateFunction and EvaluateBlock into a class, and make the class store
>> the information that they pass around between them. No functionality change!
>
> Nice! It's probably best to rename the "Evaluate" class to "Evaluator". Also, it can be put into an anon namespace. Thanks Nick!
Good catch! Done in r150947.
Nick
More information about the llvm-commits
mailing list