Fix typo in ArrayBoundsCheckOpts.cpp

<code>guarantueed</code> -> <code>guaranteed</code>
This commit is contained in:
Kanstantsin Linou
2015-12-12 20:09:14 +03:00
parent 0cc49187bb
commit bc732a9ec9

View File

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