From: Andrew Pinski Date: Wed, 2 May 2007 17:47:50 +0000 (-0700) Subject: Forgot to add the PR number to the last changelog entry: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c5b75e95c0401ac670518c22761f1f34144a753b;p=gcc.git Forgot to add the PR number to the last changelog entry: 2007-05-02 Andrew Pinski PR middle-end/29715 * fold-const.c (fold_comparision): Remove the "foo++ == CONST" transformation. From-SVN: r124354 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9d2a5e6eecb..9a6552de86c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2007-05-02 Andrew Pinski + PR middle-end/29715 * fold-const.c (fold_comparision): Remove the "foo++ == CONST" transformation.