summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-06-11 02:27:46 +0000
committerChad Rosier <mcrosier@apple.com>2011-06-11 02:27:46 +0000
commit79044dbebfa6d508e4a15ba9de52e24a014db0af (patch)
tree8f73710fcda1fcaa7e4d58d0dcd110d20fe60322 /llvm/lib
parent5793b53027e10327a186c825b6d350ca5423d588 (diff)
downloadbcm5719-llvm-79044dbebfa6d508e4a15ba9de52e24a014db0af.tar.gz
bcm5719-llvm-79044dbebfa6d508e4a15ba9de52e24a014db0af.zip
Revert r132871.
llvm-svn: 132872
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index 2d8789f89ed..cf6069a2f18 100644
--- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -1175,7 +1175,7 @@ TargetLowering::TargetLoweringOpt::ShrinkDemandedOp(SDValue Op,
}
/// SimplifyDemandedBits - Look at Op. At this point, we know that only the
-/// DemandedMask bits of the result of Op are never used downstream. If we can
+/// DemandedMask bits of the result of Op are ever used downstream. If we can
/// use this information to simplify Op, create a new simplified DAG node and
/// return true, returning the original and new nodes in Old and New. Otherwise,
/// analyze the expression and return a mask of KnownOne and KnownZero bits for
OpenPOWER on IntegriCloud