From: Simon Pilgrim Date: Thu, 17 Nov 2016 12:03:05 +0000 (+0000) Subject: Fix spelling in comment. NFC. X-Git-Tag: llvmorg-4.0.0-rc1~4307 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4d733cd6af7f821657f44d65ada5177e6d7304f;p=platform%2Fupstream%2Fllvm.git Fix spelling in comment. NFC. llvm-svn: 287222 --- diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index fdfc729..e52a390 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());