mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
Add a comment explaining why you would ever want to do this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82319 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a460beb5cd
commit
c2fc1fec6c
@ -223,6 +223,9 @@ void SparseSolver::visitTerminatorInst(TerminatorInst &TI) {
|
||||
}
|
||||
|
||||
void SparseSolver::visitPHINode(PHINode &PN) {
|
||||
// The lattice function may store more information on a PHINode than could be
|
||||
// computed from its incoming values. For example, SSI form stores its sigma
|
||||
// functions as PHINodes with a single incoming value.
|
||||
if (LatticeFunc->IsSpecialCasedPHI(&PN)) {
|
||||
LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this);
|
||||
if (IV != LatticeFunc->getUntrackedVal())
|
||||
|
Loading…
Reference in New Issue
Block a user