[llvm-commits] [llvm] r65908 - /llvm/trunk/lib/Transforms/IPO/FunctionAttrs.cpp

Duncan Sands baldrick at free.fr
Tue Mar 3 00:55:04 PST 2009


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.

Ciao,

Duncan.



More information about the llvm-commits mailing list