[llvm-commits] [llvm] r117615 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Chris Lattner clattner at apple.com
Fri Oct 29 09:06:21 PDT 2010


On Oct 29, 2010, at 9:02 AM, Devang Patel wrote:

> 
> On Oct 28, 2010, at 4:53 PM, Chris Lattner wrote:
> 
>> 
>> On Oct 28, 2010, at 3:12 PM, Devang Patel wrote:
>> 
>>> Author: dpatel
>>> Date: Thu Oct 28 17:11:59 2010
>>> New Revision: 117615
>>> 
>>> URL: http://llvm.org/viewvc/llvm-project?rev=117615&view=rev
>>> Log:
>>> Ignore empty blocks.
>> 
>> What does this do?  Testcase?
> 
> Chris, 
> This is collecting statistics - a count of how many basic blocks do not have any line number info.

Ok!  It would help to say "ignore empty blocks when counting the number that don't have line info" or something like that in your commit message.  Thanks,

-Chris





More information about the llvm-commits mailing list