* doc/md.texi (Processor pipeline description): Mention that
commit9ac39089b99485c19685f0bcf55345a344191952
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jul 2004 22:42:43 +0000 (9 22:42 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jul 2004 22:42:43 +0000 (9 22:42 +0000)
tree7643455a8f32d75721933e33a55ab108707148cb
parentfabb8546e54830051300c70ddcd8a6fce3b7d790
* doc/md.texi (Processor pipeline description): Mention that
the old pipeline description is deprecated.

* config/rs6000/7450.md (automaton ppc7450): Split up, move
mciu_7450 function unit to...
(automaton ppc7450mciu): ...new automaton.

* haifa-sched.c (insert_schedule_bubbles_p): Remove.
(schedule_block): Don't consider inserting bubbles.
(sched_init): Don't initialize DFA bubbles.
* target-def.h (TARGET_SCHED_INIT_DFA_BUBBLES,
TARGET_SCHED_DFA_BUBBLE): Remove.
* target.h (init_dfa_bubbles, dfa_bubble): Remove hooks.
* doc/tm.texi (TARGET_SCHED_INIT_DFA_BUBBLES,
TARGET_SCHED_DFA_BUBBLE): Remove documentation.

* stmt.c (conditional_context): Remove prototype.
* tree.h (conditional_context): Remove.
* tree-cfg.c (pre_insert_on_edge): Remove.

* c-common.h (c_expand_asm_operands): Remove prototype.
* c-typeck.c (c_expand_asm_operands): Remove.

cp/
* typeck.c (c_expand_asm_operands): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84411 138bc75d-0d04-0410-961f-82ee72b054a4
14 files changed:
gcc/ChangeLog
gcc/c-common.h
gcc/c-typeck.c
gcc/config/rs6000/7450.md
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/doc/md.texi
gcc/doc/tm.texi
gcc/haifa-sched.c
gcc/stmt.c
gcc/target-def.h
gcc/target.h
gcc/tree-cfg.c
gcc/tree.h