From: Eric Botcazou Date: Sat, 1 May 2004 12:16:28 +0000 (+0000) Subject: Fix small inaccuracy. X-Git-Tag: releases/gcc-3.3.4~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=336402b0c916d21d5ada10fe1b90c7e88f8ed091;p=thirdparty%2Fgcc.git Fix small inaccuracy. From-SVN: r81385 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8a88e3e858ac..a954170c4269 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -335,7 +335,7 @@ Endorse: 2004-01-10 Eric Botcazou PR optimization/13472 - * reload.c (reload): Don't record unchanging memory locations. + * reload1.c (reload): Don't record unchanging memory locations. 2004-03-12 Gabriel Dos Reis