OSDN Git Service

PR middle-end/16585
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index a7b83b8..51b273e 100644 (file)
@@ -1,3 +1,13 @@
+2005-01-26  Steven Bosscher  <stevenb@suse.de>
+
+       PR middle-end/16585
+       * cfgbuild.c (make_edges): Do not clear or set
+       current_function_has_computed_jump.
+       * function.h (struct function): Remove the has_computed_jump field.
+       (current_function_has_computed_jump): Do not define.
+       * sched-rgn.c (is_cfg_nonregular): Return true if a basic block ends
+       in a computed jump.  Ignore current_function_has_computed_jump.
+
 2005-01-26  Richard Henderson  <rth@redhat.com>
 
        PR middle-end/19515