summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorKay Tiong Khoo <kkhoo@perfwizard.com>2013-09-23 18:43:51 +0000
committerKay Tiong Khoo <kkhoo@perfwizard.com>2013-09-23 18:43:51 +0000
commit9195a5b0817e58ee59bdef184896491372dec9c8 (patch)
tree23c9e554ac9d7de1a63a505140eafe3481024fad /llvm/lib/CodeGen/SelectionDAG
parentf50eb0c73cabbe3a2984477c7822d898f867d61a (diff)
downloadbcm5719-llvm-9195a5b0817e58ee59bdef184896491372dec9c8.tar.gz
bcm5719-llvm-9195a5b0817e58ee59bdef184896491372dec9c8.zip
fix typo: than -> then
llvm-svn: 191214
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index b355cc9a648..8b884d52ea9 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -3114,7 +3114,7 @@ SDValue DAGCombiner::MatchBSwapHWord(SDNode *N, SDValue N0, SDValue N1) {
SDValue BSwap = DAG.getNode(ISD::BSWAP, SDLoc(N), VT,
SDValue(Parts[0],0));
- // Result of the bswap should be rotated by 16. If it's not legal, than
+ // Result of the bswap should be rotated by 16. If it's not legal, then
// do (x << 16) | (x >> 16).
SDValue ShAmt = DAG.getConstant(16, getShiftAmountTy(VT));
if (TLI.isOperationLegalOrCustom(ISD::ROTL, VT))
OpenPOWER on IntegriCloud