"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "fd6f16fab9ff8317bea72f2b770cdda26cfe514d"
-
Chris Lattner authored
1. if the underlying pointer passed in can be resolved to any argument or alloca, then we don't need to scan. Previously we would only avoid the scan if the alloca or byval was actually considered dead. 2. The dead store processing code is itself completely dead and didn't handle volatile stores right anyway, so delete it. This allows simplifying the interface to RemoveAccessedObjects. llvm-svn: 120467
f80b3998
Loading