From: David Edelsohn Date: Tue, 24 Jan 2017 14:32:36 +0000 (-0500) Subject: Fix typo. X-Git-Tag: basepoints/gcc-8~1401 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fbbfbc9b5e36ccf5be626264acb0029e0e16162;p=thirdparty%2Fgcc.git Fix typo. From-SVN: r244874 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8a2d6d3ece3b..f21bd83dc537 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,7 +2,7 @@ PR tree-optimization/79159 * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function. - (record_nonwrapping_iv): Imporve boundary using above function if no + (record_nonwrapping_iv): Improve boundary using above function if no value range information. 2017-01-24 Pekka Jääskeläinen