* cfgloop.h (struct loop): Update comment.
commitea92ba8003d183cd5defac7bd67254e8ce04f18e
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Nov 2004 17:59:46 +0000 (2 17:59 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Nov 2004 17:59:46 +0000 (2 17:59 +0000)
treece74266679e739b6b67a76a1605aab9369fb1ee5
parent8a7535caa354b48ba63ee772d6bc72505663b76c
* cfgloop.h (struct loop): Update comment.
* cse.c (cse_main): Remove obsolete comment.

* expr.h (gen_cond_trap): Move prototype under functions provided
by optabs.c.
(canonicalize_condition, get_condition): Move to...
* rtl.h (canonicalize_condition, get_condition): ...here.
(branch_target_load_optimize): Add comment that this function is
in bt-load.c.
* loop.c (canonicalize_condition, get_condition): Move to...
* rtlanal.c (canonicalize_condition, get_condition): ...here.
* sched-deps.c (get_condition): Rename to sched_get_condition.
(add_dependence): Update this caller.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89995 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfgloop.h
gcc/cse.c
gcc/expr.h
gcc/loop.c
gcc/rtl.h
gcc/rtlanal.c
gcc/sched-deps.c