aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/CondProp/phisimplify2.ll
AgeCommit message (Collapse)Author
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32115 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-05new testcase that condprop should handle. The PHI node becomes uselessChris Lattner
after threading the branch, because both operands are the same value. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22668 91177308-0d34-0410-b5e6-96231b3b80d8