diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-10 16:03:48 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-10 16:03:48 +0000 |
commit | 4a618827de7c540c68685789d1eb9b2b50cdc33f (patch) | |
tree | 0d17edfcf8589f2399f826701396f57fe8f98da8 /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | |
parent | 7bf08432d2c618de728bc7671b8c5360966050bf (diff) | |
download | bcm5719-llvm-4a618827de7c540c68685789d1eb9b2b50cdc33f.tar.gz bcm5719-llvm-4a618827de7c540c68685789d1eb9b2b50cdc33f.zip |
Fix "the the" and similar typos.
llvm-svn: 95781
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 10487dabd28..9189e71a66f 100644 --- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -2640,7 +2640,7 @@ SDValue DAGCombiner::visitSRA(SDNode *N) { // If the shift is not a no-op (in which case this should be just a sign // extend already), the truncated to type is legal, sign_extend is legal - // on that type, and the the truncate to that type is both legal and free, + // on that type, and the truncate to that type is both legal and free, // perform the transform. if ((ShiftAmt > 0) && TLI.isOperationLegalOrCustom(ISD::SIGN_EXTEND, TruncVT) && |