Skip to content

Commit c2de7f0

Browse files
committed
Update comment
1 parent ee0a425 commit c2de7f0

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
@@ -2539,7 +2539,7 @@ struct CSEDenseMapInfo {
25392539

25402540
} // end anonymous namespace
25412541

2542-
///Perform cse of induction variable instructions.
2542+
/// Perform cse of induction variable instructions, casts and selects.
25432543
static void cse(BasicBlock *BB) {
25442544
// Perform simple cse.
25452545
SmallDenseMap<Instruction *, Instruction *, 4, CSEDenseMapInfo> CSEMap;

0 commit comments

Comments
 (0)