forked from OSchip/llvm-project
[NewGVN] Fix an innocent typo I found while debugging PR33720.
llvm-svn: 307694
This commit is contained in:
parent
bcd0ae0617
commit
67b0e53dc1
|
@ -2135,7 +2135,7 @@ void NewGVN::moveValueToNewCongruenceClass(Instruction *I, const Expression *E,
|
|||
<< NewClass->getID() << " from " << *NewClass->getLeader()
|
||||
<< " to " << *SI << " because store joined class\n");
|
||||
// If we changed the leader, we have to mark it changed because we don't
|
||||
// know what it will do to symbolic evlauation.
|
||||
// know what it will do to symbolic evaluation.
|
||||
NewClass->setLeader(SI);
|
||||
}
|
||||
// We rely on the code below handling the MemoryAccess change.
|
||||
|
|
Loading…
Reference in New Issue