summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-01-01 01:19:59 +0000
committerBill Wendling <isanbard@gmail.com>2009-01-01 01:19:59 +0000
commit0fcff2c2032a090fe4e4dc0051d994dc546b051a (patch)
treeb51bf4b95a868c2342002e485558489b9abb5fea /llvm/lib/Transforms
parentaedb54a947bbeef92ebbe501ba0db8ba120f3a00 (diff)
downloadbcm5719-llvm-0fcff2c2032a090fe4e4dc0051d994dc546b051a.tar.gz
bcm5719-llvm-0fcff2c2032a090fe4e4dc0051d994dc546b051a.zip
Fix comment.
llvm-svn: 61538
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/InstructionCombining.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
index 9e451934ed1..39c48c3b438 100644
--- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
+++ b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
@@ -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) {
OpenPOWER on IntegriCloud