[llvm-commits] [llvm] r132872 - /llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Chad Rosier
mcrosier at apple.com
Fri Jun 10 19:27:46 PDT 2011
Author: mcrosier
Date: Fri Jun 10 21:27:46 2011
New Revision: 132872
URL: http://llvm.org/viewvc/llvm-project?rev=132872&view=rev
Log:
Revert r132871.
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp?rev=132872&r1=132871&r2=132872&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp Fri Jun 10 21:27:46 2011
@@ -1175,7 +1175,7 @@
}
/// 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
More information about the llvm-commits
mailing list