[llvm-commits] [llvm] r113329 - in /llvm/trunk: include/llvm/Analysis/AliasAnalysis.h lib/Analysis/AliasAnalysis.cpp lib/Analysis/BasicAliasAnalysis.cpp
Dan Gohman
gohman at apple.com
Thu Sep 9 11:05:46 PDT 2010
On Sep 9, 2010, at 8:59 AM, Devang Patel wrote:
>
> On Sep 9, 2010, at 8:49 AM, Dan Gohman wrote:
>
>>
>> On Sep 8, 2010, at 1:06 PM, Devang Patel wrote:
>>
>>>
>>> On Sep 7, 2010, at 6:32 PM, Dan Gohman wrote:
>>>
>>>> + /// ReadThenWrite - The instructions are ReadThenWriteSome and the second
>>>> + /// instruction writes to exactly the same memory read from by the first.
>>>> + ReadThenWrite,
>>>> +
>>>
>>> ReadThenWriteSome is missing.
>>
>> We can add it if there's a need for it.
>
> OK, in that case comment should not mention it now.
Thanks, fixed.
Dan
More information about the llvm-commits
mailing list