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 0927538 commit 0c89048Copy full SHA for 0c89048
include/swift/SILOptimizer/Utils/Local.h
@@ -77,7 +77,7 @@ bool isInstructionTriviallyDead(SILInstruction *I);
77
bool isIntermediateRelease(SILInstruction *I,
78
ConsumedArgToEpilogueReleaseMatcher &ERM);
79
80
-/// \brief Recursively collect all the uses and transistive uses of the
+/// \brief Recursively collect all the uses and transitive uses of the
81
/// instruction.
82
void collectUsesOfValue(SILValue V, llvm::DenseSet<SILInstruction *> &Insts);
83
0 commit comments