Skip to content

Commit

Permalink
[StackColoring] Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfoad committed Jul 31, 2023
1 parent fcb6a9c commit 0ef39e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/CodeGen/StackColoring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
//
// This pass implements the stack-coloring optimization that looks for
// lifetime markers machine instructions (LIFESTART_BEGIN and LIFESTART_END),
// lifetime markers machine instructions (LIFETIME_START and LIFETIME_END),
// which represent the possible lifetime of stack slots. It attempts to
// merge disjoint stack slots and reduce the used stack space.
// NOTE: This pass is not StackSlotColoring, which optimizes spill slots.
Expand Down

0 comments on commit 0ef39e3

Please sign in to comment.