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 455cd5c commit 06d07d9Copy full SHA for 06d07d9
include/swift/SIL/SILBasicBlock.h
@@ -48,7 +48,7 @@ public SwiftObjectHeader {
48
/// A backreference to the containing SILFunction.
49
SILFunction *Parent;
50
51
- /// PrevList - This is a list of all of the terminator operands that are
+ /// PredList - This is a list of all of the terminator operands that are
52
/// branching to this block, forming the predecessor list. This is
53
/// automatically managed by the SILSuccessor class.
54
SILSuccessor *PredList = nullptr;
0 commit comments