Skip to content

Commit 28bf278

Browse files
committed
Update comment
1 parent cddb3d4 commit 28bf278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2558,7 +2558,7 @@ struct CSEDenseMapInfo {
25582558

25592559
} // end anonymous namespace
25602560

2561-
///Perform cse of induction variable instructions.
2561+
/// Perform cse of induction variable instructions, casts and selects.
25622562
static void cse(BasicBlock *BB) {
25632563
// Perform simple cse.
25642564
SmallDenseMap<Instruction *, Instruction *, 4, CSEDenseMapInfo> CSEMap;

0 commit comments

Comments
 (0)