PHI nodes are not allowed to exist with zero incoming values, check that
authorChris Lattner <sabre@nondot.org>
Sun, 6 Oct 2002 21:00:31 +0000 (21:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Oct 2002 21:00:31 +0000 (21:00 +0000)
commitf6ffcb6b713c259992b68d6b328f1b806775b9fb
treedee0290224554486f5ac91da7c4b2f13e6173b2e
parent2a408f06b545a4815666f22a72f62dd38e7ebd10
PHI nodes are not allowed to exist with zero incoming values, check that
there aren't any like this.

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