diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-17 12:03:05 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-17 12:03:05 +0000 |
commit | c4d733cd6af7f821657f44d65ada5177e6d7304f (patch) | |
tree | 05eda0b0c473cd0b8a1f246f4f14fc0b22badd3b /llvm/lib/CodeGen | |
parent | d549e3a23cc42964cbcdce00d322ab0bedf4877d (diff) | |
download | bcm5719-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.cpp | 2 |
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()); |