[llvm-commits] [llvm] r51845 - /llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp
Owen Anderson
resistor at mac.com
Sun Jun 1 14:06:02 PDT 2008
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.
--Owen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080601/362b9568/attachment.bin>
More information about the llvm-commits
mailing list