From 778b736247a39a549254f1aa34885d1fa6d8d3f3 Mon Sep 17 00:00:00 2001 From: Ali Tamur Date: Tue, 16 Apr 2019 21:37:43 +0000 Subject: [PATCH] Fix a typo in comments. [NFC] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358531 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1