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.
2 parents 33ab920 + 821f1f4 commit 01efa2eCopy full SHA for 01efa2e
include/swift/SIL/SILValue.h
@@ -480,11 +480,10 @@ class ValueBase : public SILNode, public SILAllocated<ValueBase> {
480
///
481
/// Operationally this means that:
482
483
- /// * For SILArguments, this returns the first instruction in the block. This
484
- /// is the main divergence from getDefiningInsertionPoint (see discussion
485
- /// below).
+ /// * For SILArguments, this returns the first instruction in the block.
486
487
- /// * For SILInstructions, this returns std::next.
+ /// * For SILInstructions, this returns std::next. This is the main divergence
+ /// from getDefiningInsertionPoint() (see discussion below).
488
489
/// * For SILUndef, this returns nullptr.
490
0 commit comments