summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-17 12:03:05 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-17 12:03:05 +0000
commitc4d733cd6af7f821657f44d65ada5177e6d7304f (patch)
tree05eda0b0c473cd0b8a1f246f4f14fc0b22badd3b /llvm/lib/CodeGen
parentd549e3a23cc42964cbcdce00d322ab0bedf4877d (diff)
downloadbcm5719-llvm-c4d733cd6af7f821657f44d65ada5177e6d7304f.tar.gz
bcm5719-llvm-c4d733cd6af7f821657f44d65ada5177e6d7304f.zip
Fix spelling in comment. NFC.
llvm-svn: 287222
Diffstat (limited to 'llvm/lib/CodeGen')
-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 fdfc729c9c6..e52a3908851 100644
--- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -3038,7 +3038,7 @@ SDValue TargetLowering::BuildUDIV(SDNode *N, const APInt &Divisor,
Q = SDValue(DAG.getNode(ISD::UMUL_LOHI, dl, DAG.getVTList(VT, VT), Q,
DAG.getConstant(magics.m, dl, VT)).getNode(), 1);
else
- return SDValue(); // No mulhu or equvialent
+ return SDValue(); // No mulhu or equivalent
Created->push_back(Q.getNode());
OpenPOWER on IntegriCloud