Skip to content

Commit 083cf12

Browse files
author
Ömer Aslan
committed
Fixed always typo.
1 parent 13ae184 commit 083cf12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILAnalysis/EscapeAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ void EscapeAnalysis::recompute() {
12861286

12871287
// Limit the total number of iterations. First to limit compile time,
12881288
// second to make sure that the loop terminates. Theoretically this
1289-
// should alwasy be the case, but who knows?
1289+
// should always be the case, but who knows?
12901290
if (Iteration >= MaxGraphMerges) {
12911291
DEBUG(llvm::dbgs() << " finalize " <<
12921292
FInfo->Graph.F->getName() << '\n');

0 commit comments

Comments
 (0)