mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61538 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3479be91c4
commit
94f0a38a00
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user