Rework the logic (and removing the bad check for an unreachable block) so that
authorBill Wendling <isanbard@gmail.com>
Tue, 29 Mar 2011 07:28:52 +0000 (07:28 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 29 Mar 2011 07:28:52 +0000 (07:28 +0000)
commit3c288b97879b975e75ae8eab69eee111f3bc3a43
tree1f5e09795f1af5f2dcff1ff0c5c88211e368faef
parent9827b78b51f285e90c2b1e5add9b28d10c88595c
Rework the logic (and removing the bad check for an unreachable block) so that
the FailBB dominator is correctly calculated. Believe it or not, there isn't a
functionality change here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128455 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/StackProtector.cpp