Skip to content

Commit 8b99d34

Browse files
committed
[Gardening] Tweaked comment.
1 parent 880d4b6 commit 8b99d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Transforms/SILMem2Reg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ class StackAllocationPromoter {
398398
/// The AllocStackInst that we are handling.
399399
AllocStackInst *asi;
400400

401-
/// The deallocation Instruction. This value could be NULL if there are
401+
/// The unique deallocation instruction. This value could be NULL if there are
402402
/// multiple deallocations.
403403
DeallocStackInst *dsi;
404404

0 commit comments

Comments
 (0)