From: H.J. Lu Date: Tue, 13 May 2008 14:05:02 +0000 (-0700) Subject: Fix a typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fe08989a31b91bf4c16475bd37dbf777309ecc3;p=gcc.git Fix a typo. From-SVN: r135262 --- diff --git a/gcc/ChangeLog-2007 b/gcc/ChangeLog-2007 index 27f28128b76..5327a6cf8c1 100644 --- a/gcc/ChangeLog-2007 +++ b/gcc/ChangeLog-2007 @@ -2331,8 +2331,9 @@ 2007-11-06 Ulrich Weigand PR target/30961 - * reload1.c (find_reloads): Also check in_reg when handling a - simple move with an input reload and a destination of a hard register. + * reload.c (find_reloads): Also check in_reg when handling a + simple move with an input reload and a destination of a hard + register. 2007-11-06 Maxim Kuvyrkov