Commit 6ee015bf by Uros Bizjak

* ChangeLog: Fix whitespace.

From-SVN: r130123
parent 2aac3a01
...@@ -45,9 +45,6 @@ ...@@ -45,9 +45,6 @@
* fold-const.c (fold_binary): Fold n - (n / m) * m to n % m. * fold-const.c (fold_binary): Fold n - (n / m) * m to n % m.
(fold_binary): Fold unsinged FLOOR_DIV_EXPR to TRUNC_DIV_EXPR. (fold_binary): Fold unsinged FLOOR_DIV_EXPR to TRUNC_DIV_EXPR.
* gcc.dg/pr34027-1.c: New testcase.
* gcc.dg/pr34027-2.c: Likewise.
2007-11-12 Ira Rosen <irar@il.ibm.com> 2007-11-12 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/33953 PR tree-optimization/33953
...@@ -196,9 +193,9 @@ ...@@ -196,9 +193,9 @@
2007-11-07 Kenneth Zadeck <zadeck@naturalbridge.com> 2007-11-07 Kenneth Zadeck <zadeck@naturalbridge.com>
PR middle-end/33826 PR middle-end/33826
* ipa-pure-const (static_execute): Added code to keep recursive * ipa-pure-const.c (static_execute): Added code to keep recursive
functions from being marked as pure or const. functions from being marked as pure or const.
* ipa-utils (searchc): Fixed comment. * ipa-utils.c (searchc): Fixed comment.
2007-11-08 Tom Tromey <tromey@redhat.com> 2007-11-08 Tom Tromey <tromey@redhat.com>
...@@ -15879,8 +15876,7 @@ ...@@ -15879,8 +15876,7 @@
2007-06-13 Dave Korn <dave.korn@artimi.com> 2007-06-13 Dave Korn <dave.korn@artimi.com>
* config/i386/i386.c (ix86_eax_live_at_start_p): Use * config/i386/i386.c (ix86_eax_live_at_start_p): Use df_get_live_out.
df_get_live_out.
2007-06-13 Kazu Hirata <kazu@codesourcery.com> 2007-06-13 Kazu Hirata <kazu@codesourcery.com>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment