llvm/lib/Transforms
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
..
Hello Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Instrumentation Make several variable declarations static. 2008-05-06 01:53:16 +00:00
IPO Check linkage. 2008-05-08 15:08:39 +00:00
Scalar Make instcombine's DSE respect loads as well as stores. It is not safe to 2008-05-08 17:20:30 +00:00
Utils Make several variable declarations static. 2008-05-06 01:53:16 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00