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 014876d commit 553f49dCopy full SHA for 553f49d
lib/SILOptimizer/Transforms/SSADestroyHoisting.cpp
@@ -11,7 +11,7 @@
11
//===----------------------------------------------------------------------===//
12
///
13
/// This is a light-weight utility for hoisting destroy instructions for unique
14
-/// storage--typically alloc_stac or owned incoming arguments. Shrinking an
+/// storage--typically alloc_stack or owned incoming arguments. Shrinking an
15
/// object's memory lifetime can allow removal of copy_addr and other
16
/// optimization.
17
0 commit comments