Skip to content

Commit 17ac9bf

Browse files
committed
[LoadStoreVecotrizer][NFC] Fix a comment
1 parent e50e04f commit 17ac9bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ class Vectorizer {
316316
/// !IsLoad) to ChainBegin -- i.e. there are no intervening may-alias
317317
/// instructions.
318318
///
319-
/// The map ChainSet must contain all of the elements in
320-
/// [ChainBegin, ChainElem]. It's ok if it contains additional entries.
319+
/// ChainSet must contain all of the elements in [ChainBegin, ChainElem].
320+
/// It's ok if it contains additional entries.
321321
template <bool IsLoadChain>
322322
bool isSafeToMove(Instruction *ChainElem, Instruction *ChainBegin,
323323
const DenseSet<Instruction *> &ChainSet,

0 commit comments

Comments
 (0)