]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-loop-ivopts.c
PR other/16615 [1/5]
[thirdparty/gcc.git] / gcc / tree-ssa-loop-ivopts.c
index 89713e13fcabe865c8eb71d0d400833982083df5..af0c9816bf79949f521589a6c576033e4044283f 100644 (file)
@@ -1438,7 +1438,7 @@ find_givs_in_stmt_scev (struct ivopts_data *data, gimple *stmt, affine_iv *iv)
     return false;
 
   /* If STMT could throw, then do not consider STMT as defining a GIV.
-     While this will suppress optimizations, we can not safely delete this
+     While this will suppress optimizations, we cannot safely delete this
      GIV and associated statements, even if it appears it is not used.  */
   if (stmt_could_throw_p (cfun, stmt))
     return false;