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

Duncan Sands baldrick at free.fr
Sun Mar 8 04:45:01 PDT 2009


Hi Nick,

> +/// IsFunctionMallocLike - A function is malloc-like if it returns either null
> +/// or a pointer that don't alias any other pointer visible to the caller.

that don't -> that doesn't

> +  // Check each function in turn, determining which pointer arguments are not
> +  // captured.

Not captured?!

Ciao,

Duncan.



More information about the llvm-commits mailing list