Skip to content

Commit dcbe84f

Browse files
committed
Fix a comment in DSE
1 parent 9660260 commit dcbe84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILPasses/GlobalDeadStoreElimination.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/// 2. The store to pointer is overwritten by another store before any
2121
/// potential use of the pointer.
2222
///
23-
/// DeadStoreElimination (DSE) eliminates such stores by:
23+
/// Dead store elimination (DSE) eliminates such stores by:
2424
///
2525
/// 1. Introducing a notion of a MemLocation that is used to model objects
2626
/// fields. (See below for more details).

0 commit comments

Comments
 (0)