It is illegal for PHI nodes to have zero values, delete the code to handle them
authorChris Lattner <sabre@nondot.org>
Tue, 8 Oct 2002 17:07:39 +0000 (17:07 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Oct 2002 17:07:39 +0000 (17:07 +0000)
commit57b314cfb1b342e1add74fa2d160db5ff91c89fb
tree9617d95c45432926c17f7ff5986a826c79ce0a86
parent6eaeb5764cc683c356ad1a8c13ad94151de030f2
It is illegal for PHI nodes to have zero values, delete the code to handle them

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