From: Jeff Law Date: Fri, 7 Nov 2014 22:59:40 +0000 (-0700) Subject: Fix typo and line wrap in ChangeLog X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15babd13d671cb47e92aea313c55ecd240880a7d;p=gcc.git Fix typo and line wrap in ChangeLog From-SVN: r217240 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c8eb793752..c2ec869d66a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,8 +1,8 @@ 2014-11-07 Jeff Law PR tree-optimization/61515 - * tree-ssa-threadedge.c (invalidate_equivalences): Walk the unwinding stack - rather than looking at ever SSA_NAME's value. + * tree-ssa-threadedge.c (invalidate_equivalences): Walk the unwinding + stack rather than looking at every SSA_NAME's value. 2014-11-07 Richard Biener