Fix a typo in a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43553 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2007-10-31 14:35:39 +00:00
parent fc05f402ea
commit a24b294e74

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
// 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.
if (PointerOk) {
bool oneSafeUse = false;