Skip to content

Commit 01efa2e

Browse files
authored
Merge pull request swiftlang#35431 from gottesmm/pr-3fce720b42647af82cf3c3d8fb3cd399929360e7
[sil] Fix a thinko in a comment.
2 parents 33ab920 + 821f1f4 commit 01efa2e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

include/swift/SIL/SILValue.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -480,11 +480,10 @@ class ValueBase : public SILNode, public SILAllocated<ValueBase> {
480480
///
481481
/// Operationally this means that:
482482
///
483-
/// * For SILArguments, this returns the first instruction in the block. This
484-
/// is the main divergence from getDefiningInsertionPoint (see discussion
485-
/// below).
483+
/// * For SILArguments, this returns the first instruction in the block.
486484
///
487-
/// * For SILInstructions, this returns std::next.
485+
/// * For SILInstructions, this returns std::next. This is the main divergence
486+
/// from getDefiningInsertionPoint() (see discussion below).
488487
///
489488
/// * For SILUndef, this returns nullptr.
490489
///

0 commit comments

Comments
 (0)