From: David Edelsohn Date: Tue, 24 Jan 2017 14:32:36 +0000 (-0500) Subject: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3fbbfbc9b5e36ccf5be626264acb0029e0e16162;p=gcc.git Fix typo. From-SVN: r244874 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8a2d6d3ece3..f21bd83dc53 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