From: Ali Tamur Date: Tue, 16 Apr 2019 21:37:43 +0000 (+0000) Subject: Fix a typo in comments. [NFC] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=778b736247a39a549254f1aa34885d1fa6d8d3f3;p=llvm Fix a typo in comments. [NFC] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358531 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Vectorize/SLPVectorizer.cpp b/lib/Transforms/Vectorize/SLPVectorizer.cpp index 22c4dfdd751..3c00f648d83 100644 --- a/lib/Transforms/Vectorize/SLPVectorizer.cpp +++ b/lib/Transforms/Vectorize/SLPVectorizer.cpp @@ -877,7 +877,7 @@ public: // opcode of VL[Lane] and whether the operand at OpIdx is the LHS or // RHS operand. The LHS operand of both add and sub is never attached // to an inversese operation in the linearized form, therefore its APO - // is false. The RHS is ture only if VL[Lane] is an inverse operation. + // is false. The RHS is true only if VL[Lane] is an inverse operation. // Since operand reordering is performed on groups of commutative // operations or alternating sequences (e.g., +, -), we can safely