llvm-mirror/test/Transforms/DeadStoreElimination
Bob Wilson 8f6487007d Fix more fallout from r158919, similar to PR13547.
This code used to only handle malloc-like calls, which do not read memory.
r158919 changed it to check isNoAliasFn(), which includes strdup-like and
realloc-like calls, but it was not checking for dependencies on the memory
read by those calls.

llvm-svn: 163106
2012-09-03 05:15:15 +00:00
..
2011-03-25-DSEMiscompile.ll
2011-09-06-EndOfFunction.ll
2011-09-06-MemCpy.ll
atomic.ll
const-pointers.ll
crash.ll
dominate.ll Add testcase for the previous commit. 2012-02-26 05:49:57 +00:00
free.ll
lifetime.ll
lit.local.cfg
memintrinsics.ll
no-targetdata.ll
OverwriteStoreEnd.ll
PartialStore.ll
pr11390.ll
simple.ll Fix more fallout from r158919, similar to PR13547. 2012-09-03 05:15:15 +00:00