[llvm-commits] [llvm] r65908 - /llvm/trunk/lib/Transforms/IPO/FunctionAttrs.cpp
Devang Patel
dpatel at apple.com
Thu Mar 5 09:53:58 PST 2009
On Mar 3, 2009, at 12:55 AM, Duncan Sands wrote:
> Hi Devang,
>
>> Ignore debug info intrinsics.
>
> are debug intrinsics marked nocapture (though I guess
> they do capture...)? If not, you probably want to
> skip them in the nocapture analysis as well.
No, they are not marked as capture or nocapture. As I understand, they
are nocapture. What do you say ?
-
Devang
More information about the llvm-commits
mailing list