Fix comment.

llvm-svn: 61538
This commit is contained in:
Bill Wendling 2009-01-01 01:19:59 +00:00
parent aedb54a947
commit 0fcff2c203
1 changed files with 1 additions and 1 deletions

View File

@ -4889,7 +4889,7 @@ Instruction *InstCombiner::visitXor(BinaryOperator &I) {
// Let C = (or A, B)
// C true implies that either A, B, or both are true.
//
// (xor C, true) is true only if C is false. We can the apply de
// (xor C, true) is true only if C is false. We can then apply de
// Morgan's law. QED.
BinaryOperator *Op0I = dyn_cast<BinaryOperator>(Op0);
if (Op0I) {