SimplifyCFG: don't turn volatile stores to null/undef into unreachable. Fixes PR7369.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 13 Jun 2010 14:35:54 +0000 (14:35 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 13 Jun 2010 14:35:54 +0000 (14:35 +0000)
commitc05cb8d561c1a6a4509f1e707ed281729e878c27
tree417d53095bb0e8ac7683f0a93bcfd2adea2863d0
parent31135c06920017efa3998723fd1993fea3d1d6c6
SimplifyCFG: don't turn volatile stores to null/undef into unreachable. Fixes PR7369.

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