aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2005-02-07 12:35:58 -0800
committerAndrew Pinski <pinskia@gcc.gnu.org>2005-02-07 12:35:58 -0800
commit7f5c93ac95dcf6e499bba466e7ebb28ddaaeb772 (patch)
treeaf5f3d367143a1cfc1aea41c1cb31b816b047a33 /gcc
parentc686e630c3b8896de88ec42206e6a67cac8ae8f1 (diff)
downloadgcc-7f5c93ac95dcf6e499bba466e7ebb28ddaaeb772.zip
gcc-7f5c93ac95dcf6e499bba466e7ebb28ddaaeb772.tar.gz
gcc-7f5c93ac95dcf6e499bba466e7ebb28ddaaeb772.tar.bz2
Fix messing of the simplify_relational_operation_1 function in Roger's changelog.
From-SVN: r94712
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cc7b240..0aa8f92 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -141,7 +141,7 @@
2005-02-06 Roger Sayle <roger@eyesopen.com>
PR rtl-optimization/19800
- * simplify_rtx.c (simplify_relational_operaration_1): Explicitly
+ * simplify_rtx.c (simplify_relational_operation_1): Explicitly
call gen_lowpart_common and gen_lowpart_SUBREG instead of calling
gen_lowpart.