mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 17:42:40 +00:00
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133990 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cee94d718b
commit
89991d4413
@ -642,7 +642,7 @@ bool llvm::EliminateDuplicatePHINodes(BasicBlock *BB) {
|
|||||||
bool Changed = false;
|
bool Changed = false;
|
||||||
|
|
||||||
// This implementation doesn't currently consider undef operands
|
// This implementation doesn't currently consider undef operands
|
||||||
// specially. Theroetically, two phis which are identical except for
|
// specially. Theoretically, two phis which are identical except for
|
||||||
// one having an undef where the other doesn't could be collapsed.
|
// one having an undef where the other doesn't could be collapsed.
|
||||||
|
|
||||||
// Map from PHI hash values to PHI nodes. If multiple PHIs have
|
// Map from PHI hash values to PHI nodes. If multiple PHIs have
|
||||||
|
Loading…
x
Reference in New Issue
Block a user