Fix a minor bug where we set a var to initialized on malloc, not on store.
authorChris Lattner <sabre@nondot.org>
Thu, 2 Dec 2004 06:25:58 +0000 (06:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 2 Dec 2004 06:25:58 +0000 (06:25 +0000)
commitbc965b97ade56092b5fe4251eb68695271f1d82a
treee9c0d46a40297cd32137cea7d667a69344c7ab8e
parentcda35f824b1fc4a22bd796b07426f6e8e44c3d69
Fix a minor bug where we set a var to initialized on malloc, not on store.

This doesn't fix anything that I'm aware of, just noticed it by inspection

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18417 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/GlobalOpt.cpp