Skip to content

Commit 0ef39e3

Browse files
committed
[StackColoring] Fix typo in comment
1 parent fcb6a9c commit 0ef39e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/StackColoring.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
//
99
// This pass implements the stack-coloring optimization that looks for
10-
// lifetime markers machine instructions (LIFESTART_BEGIN and LIFESTART_END),
10+
// lifetime markers machine instructions (LIFETIME_START and LIFETIME_END),
1111
// which represent the possible lifetime of stack slots. It attempts to
1212
// merge disjoint stack slots and reduce the used stack space.
1313
// NOTE: This pass is not StackSlotColoring, which optimizes spill slots.

0 commit comments

Comments
 (0)