[SLPVectorizer] Remove weird unicode character from comment. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 1 May 2022 15:37:21 +0000 (16:37 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 1 May 2022 15:37:21 +0000 (16:37 +0100)
Whatever it was, Visual Assist really didn't like it....

llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

index 3dabe0f..a6b1bb8 100644 (file)
@@ -2543,7 +2543,7 @@ private:
   /// Maps a specific scalar to its tree entry.
   SmallDenseMap<Value*, TreeEntry *> ScalarToTreeEntry;
 
-  /// Maps a value to the proposed vectorizable size.
+  /// Maps a value to the proposed vectorizable size.
   SmallDenseMap<Value *, unsigned> InstrElementSize;
 
   /// A list of scalars that we found that we need to keep as scalars.