[llvm-commits] [llvm] r113329 - in /llvm/trunk: include/llvm/Analysis/AliasAnalysis.h lib/Analysis/AliasAnalysis.cpp lib/Analysis/BasicAliasAnalysis.cpp
Devang Patel
dpatel at apple.com
Thu Sep 9 08:59:43 PDT 2010
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.
-
Devang
More information about the llvm-commits
mailing list