This commit is contained in:
Tushar
2015-12-14 00:45:10 +05:30
parent fb480e9990
commit 657cd80b30

View File

@@ -876,7 +876,7 @@ private:
}
};
/// A block in the loop is guaranteed to be excuted if it dominates the exiting
/// A block in the loop is guaranteed to be executed if it dominates the exiting
/// block.
static bool isGuaranteedToBeExecuted(DominanceInfo *DT, SILBasicBlock *Block,
SILBasicBlock *ExitingBlk) {