summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/TargetLowering.cpp
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
commit8c1ec5a0a21dcb3364aace8174f29f209ff3224e (patch)
tree8e0cca7cc32db58158dee374e7e277c457bababc /lib/CodeGen/SelectionDAG/TargetLowering.cpp
parente4c705667b9c5eae973e1bc0d7fd2ca995260701 (diff)
downloadllvm-8c1ec5a0a21dcb3364aace8174f29f209ff3224e.tar.gz
llvm-8c1ec5a0a21dcb3364aace8174f29f209ff3224e.tar.bz2
llvm-8c1ec5a0a21dcb3364aace8174f29f209ff3224e.tar.xz
Revert r132871.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132872 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/TargetLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index 2d8789f89e..cf6069a2f1 100644
--- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/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