Skip to content

Commit

Permalink
Fixed always typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ömer Aslan committed Dec 3, 2015
1 parent 13ae184 commit 083cf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SILAnalysis/EscapeAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ void EscapeAnalysis::recompute() {

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

0 comments on commit 083cf12

Please sign in to comment.