Fix a failure I accidentally caused in my last commit by mishandling the
authorOwen Anderson <resistor@mac.com>
Tue, 31 Jul 2007 20:18:28 +0000 (20:18 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 31 Jul 2007 20:18:28 +0000 (20:18 +0000)
commitb95f9d565f51a431449a2ae60211aa0e07709c6c
treea8530dd5386b71f12ef3880f5ad32165f6d87311
parentc7d1114ade08821746f448a6b6e9507da807022d
Fix a failure I accidentally caused in my last commit by mishandling the
removal of redundant phis.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40650 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/GVN.cpp
test/Transforms/GVN/2007-07-31-RedundantPhi.ll [new file with mode: 0644]