Fix bug when checking phi operands in InstCombiner::visitPHINode(),
authorJay Foad <jay.foad@gmail.com>
Sat, 16 Apr 2011 14:17:37 +0000 (14:17 +0000)
committerJay Foad <jay.foad@gmail.com>
Sat, 16 Apr 2011 14:17:37 +0000 (14:17 +0000)
commit4130278fbee97b9cd1ea4069e9c666bbe89d61f9
tree4a6e8b68a1644a66696e127337c405e4ab94dcbe
parent6144686af6b62480c1a72b9f648c3823c6ed0dba
Fix bug when checking phi operands in InstCombiner::visitPHINode(),
found by code inspection.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129641 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombinePHI.cpp