OSDN Git Service

* tree-optimize.c (register_one_dump_file): Update condition that uses
authorbbooth <bbooth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Jul 2004 18:32:50 +0000 (18:32 +0000)
committerbbooth <bbooth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Jul 2004 18:32:50 +0000 (18:32 +0000)
commit865a41050142baa1bc32d2e06f1c327d162a566e
tree8ef09fae76670cdbb4009e3f7685931d33dd0c19
parente272b74eb779c896f41f9e5fe37fcba29a66a9b9
* tree-optimize.c (register_one_dump_file): Update condition that uses
static_pass_number.
(dup_pass_1): Replace with...
(next_pass_1): This.
(NEXT_PASS): Call next_pass_1.
(DUP_PASS): Remove.
(init_tree_optimization_passes): Remove uses of DUP_PASS.
(execute_one_pass): Update condition that uses
static_pass_number.
* tree-pass.h (tree_opt_pass): Declare static_pass_number as a signed
integer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85226 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-optimize.c
gcc/tree-pass.h