aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll
Commit message (Collapse)AuthorAgeFilesLines
* This situation can occur:Bill Wendling2008-06-231-0/+25
,------. | | | v | t2 = phi ... t1 ... | | | v | t1 = ... | ... = ... t1 ... | | `------' where there is a use in a PHI node that's a predecessor to the defining block. We don't want to mark all predecessors as having the value "alive" in this case. Also, the assert was too restrictive and didn't handle this case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52655 91177308-0d34-0410-b5e6-96231b3b80d8