Skip to content

Commit 6a50566

Browse files
committed
[gardening] Use proper doxygen style by inserting a newline between brief and longer comment.
Also a little bit of copy editing.
1 parent 804df7c commit 6a50566

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/swift/SIL/SILBasicBlock.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ public llvm::ilist_node<SILBasicBlock>, public SILAllocated<SILBasicBlock> {
135135
SILBasicBlock *split(iterator I);
136136

137137
/// \brief Move the basic block to after the specified basic block in the IR.
138-
/// The basic blocks must reside in the same function.
138+
///
139+
/// Assumes that the basic blocks must reside in the same function. In asserts
140+
/// builds, an assert verifies that this is true.
139141
void moveAfter(SILBasicBlock *After);
140142

141143
//===--------------------------------------------------------------------===//

0 commit comments

Comments
 (0)