Fix typos.

This commit is contained in:
practicalswift
2015-12-15 13:54:09 +01:00
parent 10a8f4e3f9
commit 8ab8847684
101 changed files with 161 additions and 161 deletions

View File

@@ -190,7 +190,7 @@ void LoopARCSequenceDataflowEvaluator::mergeSuccessors(const LoopRegion *Region,
/// FreezeOwnedArgEpilogueReleases is set. This is useful since in certain cases
/// due to dataflow issues, we can not properly propagate the last use
/// information. Instead we run an extra iteration of the ARC optimizer with
/// this enabled in a side table so the information gets propgated everywhere in
/// this enabled in a side table so the information gets propagated everywhere in
/// the CFG.
bool LoopARCSequenceDataflowEvaluator::processLoopBottomUp(
const LoopRegion *R, bool FreezeOwnedArgEpilogueReleases) {