[SLPVectorizer] Remove weird unicode character from comment. NFCI.

Whatever it was, Visual Assist really didn't like it....
This commit is contained in:
Simon Pilgrim 2022-05-01 16:37:21 +01:00
parent bee9aa78db
commit 09761ce295
1 changed files with 1 additions and 1 deletions

View 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.