From: Jeff Law Date: Fri, 7 Nov 2014 22:59:40 +0000 (-0700) Subject: Fix typo and line wrap in ChangeLog X-Git-Tag: releases/gcc-5.1.0~3458 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15babd13d671cb47e92aea313c55ecd240880a7d;p=thirdparty%2Fgcc.git Fix typo and line wrap in ChangeLog From-SVN: r217240 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c8eb793752c..c2ec869d66a8 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