diff options
-rw-r--r-- | lib/Transforms/Scalar/LICM.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/LICM.cpp b/lib/Transforms/Scalar/LICM.cpp index 8a094aa967..5311a7f04f 100644 --- a/lib/Transforms/Scalar/LICM.cpp +++ b/lib/Transforms/Scalar/LICM.cpp @@ -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; |