[llvm-commits] [llvm] r51845 - /llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp

Chris Lattner clattner at apple.com
Sun Jun 1 14:12:35 PDT 2008


On Jun 1, 2008, at 2:06 PM, Owen Anderson wrote:

> On Jun 1, 2008, at 2:00 PM, Chris Lattner wrote:
>
>>
>> On Jun 1, 2008, at 1:51 PM, Owen Anderson wrote:
>>
>>> Author: resistor
>>> Date: Sun Jun  1 15:51:41 2008
>>> New Revision: 51845
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=51845&view=rev
>>> Log:
>>> Make ping more aggressive in finding nonlocal caching errors.
>>
>> Hey Owen,
>>
>> Please wrap this loop with #ifndef NDEBUG, so that the iteration over
>> the map isn't kept in no-assert mode.
>>
>> -Chris
>
> That function is actually never called.  It's present for my  
> debugging use from within GDB, or to insert calls to when I'm  
> tracking things down.  It's helped both Duncan and me catch good  
> number of bugs.

Oh, ok!

-Chris



More information about the llvm-commits mailing list