Revert r132871.
authorChad Rosier <mcrosier@apple.com>
Sat, 11 Jun 2011 02:27:46 +0000 (02:27 +0000)
committerChad Rosier <mcrosier@apple.com>
Sat, 11 Jun 2011 02:27:46 +0000 (02:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132872 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/TargetLowering.cpp

index 2d8789f89ed8e40069e012df255534ee94ef2f97..cf6069a2f185dc642fa82abbf4076da5e211a85e 100644 (file)
@@ -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