1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include
Dan Gohman 44ddc50043 Extend CaptureTracking to indicate when a value is never stored, even
if it is not ultimately captured. Teach BasicAliasAnalysis that a 
local object address which does not escape and is never stored does
not alias with a value resulting from a load.

llvm-svn: 89398
2009-11-19 21:57:48 +00:00
..
llvm Extend CaptureTracking to indicate when a value is never stored, even 2009-11-19 21:57:48 +00:00
llvm-c remove the now dead condprop pass, PR3906. 2009-11-11 05:56:35 +00:00