improve DSE when TargetData is not around, based on work by
authorChris Lattner <sabre@nondot.org>
Wed, 4 Nov 2009 23:20:12 +0000 (23:20 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 4 Nov 2009 23:20:12 +0000 (23:20 +0000)
commit40dd12e7080c5df253fd70b468368e3144a43c0c
treecb6e64bcd70c0e746fddf37eb7e42da2a16ef874
parentdb1751a9222dbfc62e6d7c2ec0b084d353068931
improve DSE when TargetData is not around, based on work by
Hans Wennborg!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86067 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/DeadStoreElimination.cpp
lib/Transforms/Scalar/JumpThreading.cpp
test/Transforms/DeadStoreElimination/no-targetdata.ll [new file with mode: 0644]