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 880d4b6 commit 8b99d34Copy full SHA for 8b99d34
lib/SILOptimizer/Transforms/SILMem2Reg.cpp
@@ -398,7 +398,7 @@ class StackAllocationPromoter {
398
/// The AllocStackInst that we are handling.
399
AllocStackInst *asi;
400
401
- /// The deallocation Instruction. This value could be NULL if there are
+ /// The unique deallocation instruction. This value could be NULL if there are
402
/// multiple deallocations.
403
DeallocStackInst *dsi;
404
0 commit comments