fix an issue where the verifier would reject a function whose entry
authorChris Lattner <sabre@nondot.org>
Sun, 1 Nov 2009 04:08:01 +0000 (04:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 1 Nov 2009 04:08:01 +0000 (04:08 +0000)
commit660a4f389c84c196c983c7bae1f0a02957dc70af
tree2eae57b9a72b6f2f93f40770d5d3eed468771500
parentda9c281121537d9823ddeecf7bb15095d95b2722
fix an issue where the verifier would reject a function whose entry
block had its address taken even if the blockaddress was dead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85706 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/BasicBlock.h
lib/VMCore/Globals.cpp
lib/VMCore/Verifier.cpp