commit | 5fef01db01592903d3a22701b598fb6a69265c53 | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Sat Jan 28 23:33:44 2012 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Sat Jan 28 23:33:44 2012 +0000 |
tree | f90848961b5430de962097994ff2bbbee6daea4c | |
parent | 7750ff1e3cbb87e68f406e6fa7c43a80a61a0ccb [diff] |
Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149185 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/IndVarSimplify.cpp b/lib/Transforms/Scalar/IndVarSimplify.cpp index ac1209f..917ec58 100644 --- a/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/lib/Transforms/Scalar/IndVarSimplify.cpp
@@ -1281,8 +1281,8 @@ if (isa<SCEVSMaxExpr>(S) || isa<SCEVUMaxExpr>(S)) return true; - // If we haven't recognized an expensive SCEV patter, assume its an expression - // produced by program code. + // If we haven't recognized an expensive SCEV pattern, assume it's an + // expression produced by program code. return false; }