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 c2b8e6a + 083cf12 commit bd71bb0Copy full SHA for bd71bb0
lib/SILAnalysis/EscapeAnalysis.cpp
@@ -1286,7 +1286,7 @@ void EscapeAnalysis::recompute() {
1286
1287
// Limit the total number of iterations. First to limit compile time,
1288
// second to make sure that the loop terminates. Theoretically this
1289
- // should alwasy be the case, but who knows?
+ // should always be the case, but who knows?
1290
if (Iteration >= MaxGraphMerges) {
1291
DEBUG(llvm::dbgs() << " finalize " <<
1292
FInfo->Graph.F->getName() << '\n');
0 commit comments