md.texi (Processor pipeline description): Mention that the old pipeline description...
authorSteven Bosscher <steven@gcc.gnu.org>
Fri, 9 Jul 2004 22:42:43 +0000 (22:42 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Fri, 9 Jul 2004 22:42:43 +0000 (22:42 +0000)
commitdae424695cc2848b137d7fd1ef7d375928101347
tree7643455a8f32d75721933e33a55ab108707148cb
parent9e9fb0ce6784ad84623738a559b5f67d78c84125
md.texi (Processor pipeline description): Mention that the old pipeline description is deprecated.

* 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.

From-SVN: r84411
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