diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2004-10-18 14:47:38 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2004-10-18 14:47:38 -0400 |
commit | b1c79b464fd417242f70360ebde8d3a551470a97 (patch) | |
tree | 761b2310064d9b3d90428d08980aa5a4eff96dd1 | |
parent | b757b9f8b210b691f72fe418db8c0767bda54cb7 (diff) | |
download | gcc-b1c79b464fd417242f70360ebde8d3a551470a97.zip gcc-b1c79b464fd417242f70360ebde8d3a551470a97.tar.gz gcc-b1c79b464fd417242f70360ebde8d3a551470a97.tar.bz2 |
Note PR rtl-optimization/18002.
From-SVN: r89236
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e1ab3c..074ac3d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2004-10-18 Pat Haugen <pthaugen@us.ibm.com> + PR rtl-optimization/18002 * simplify-rtx.c (mode_signbit_p): Externalize function... * rtl.h (mode_signbit_p): ... to here. * combine.c (simplify_shift_const): Recognize PLUS signbit as |