aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-06-11 02:16:36 +0000
committerChad Rosier <mcrosier@apple.com>2011-06-11 02:16:36 +0000
commit5793b53027e10327a186c825b6d350ca5423d588 (patch)
tree29fcb9b8bd3d7bccdcc435e11fae6828b6991365 /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
parent1735b2919698da5e67a11bbce01feef77c481b7b (diff)
downloadllvm-5793b53027e10327a186c825b6d350ca5423d588.zip
llvm-5793b53027e10327a186c825b6d350ca5423d588.tar.gz
llvm-5793b53027e10327a186c825b6d350ca5423d588.tar.bz2
Typo.
llvm-svn: 132871
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-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 cf6069a..2d8789f 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 ever used downstream. If we can
+/// DemandedMask bits of the result of Op are never 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