mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 20:34:58 +00:00
Fix typo in comment.
llvm-svn: 133990
This commit is contained in:
parent
0248022cce
commit
8bdfa54742
@ -642,7 +642,7 @@ bool llvm::EliminateDuplicatePHINodes(BasicBlock *BB) {
|
||||
bool Changed = false;
|
||||
|
||||
// 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.
|
||||
|
||||
// Map from PHI hash values to PHI nodes. If multiple PHIs have
|
||||
|
Loading…
x
Reference in New Issue
Block a user