We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9660260 commit dcbe84fCopy full SHA for dcbe84f
lib/SILPasses/GlobalDeadStoreElimination.cpp
@@ -20,7 +20,7 @@
20
/// 2. The store to pointer is overwritten by another store before any
21
/// potential use of the pointer.
22
///
23
-/// DeadStoreElimination (DSE) eliminates such stores by:
+/// Dead store elimination (DSE) eliminates such stores by:
24
25
/// 1. Introducing a notion of a MemLocation that is used to model objects
26
/// fields. (See below for more details).
0 commit comments