Fix a bug where we didn't realize that vaarg reads memory. This fixes
authorChris Lattner <sabre@nondot.org>
Wed, 30 Nov 2005 19:38:22 +0000 (19:38 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Nov 2005 19:38:22 +0000 (19:38 +0000)
commit2bd4cb597a58d0a8f1ff332c2f50ed8232cc5898
tree92c6a1d513f43fde80e35cf7ca9232ab5013298f
parentc2c2009e2c9da175f293a8e053cd7b231deeb687
Fix a bug where we didn't realize that vaarg reads memory.  This fixes
Transforms/DeadStoreElimination/2005-11-30-vaarg.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24545 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/DeadStoreElimination.cpp