Chris Lattner 0ef546e639 Make instcombine's DSE respect loads as well as stores. It is not safe to
delete the first store in:

store x -> p
load p
store y -> p

This is for PR2297.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50859 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-08 17:20:30 +00:00
..
2008-05-08 04:55:51 +00:00
2008-05-06 14:56:40 +00:00
2008-04-25 17:54:21 +00:00
2008-05-06 23:56:22 +00:00