Fix a typo in a comment.

llvm-svn: 43553
This commit is contained in:
Dan Gohman 2007-10-31 14:35:39 +00:00
parent 063f177300
commit 54048ec9e0
1 changed files with 1 additions and 1 deletions

View File

@ -802,7 +802,7 @@ void LICM::FindPromotableValuesInLoop(
// If one use of value V inside the loop is safe then it is OK to promote // If one use of value V inside the loop is safe then it is OK to promote
// this value. On the otherside if there is not any unsafe use inside the // this value. On the otherside if there is not any unsafe use inside the
// looop then also it is OK to promote this value. Otherwise it is // loop then also it is OK to promote this value. Otherwise it is
// unsafe to promote this value. // unsafe to promote this value.
if (PointerOk) { if (PointerOk) {
bool oneSafeUse = false; bool oneSafeUse = false;