Update isLCSSAForm to handle PHI nodes specially for live-out detection. This
authorOwen Anderson <resistor@mac.com>
Tue, 13 Jun 2006 20:45:22 +0000 (20:45 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 13 Jun 2006 20:45:22 +0000 (20:45 +0000)
commit3cc86cc11f0bf4df5b62be617d5c2cd431bbc976
tree09b5e5bd759f651d31fb0c948960f6f20e88cbcc
parentc8aba85e1c8bfa3ca5b1810bd8e942fa98c5da56
Update isLCSSAForm to handle PHI nodes specially for live-out detection.  This
is the same as the recent patch to LCSSA.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28773 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LoopInfo.cpp