diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2004-07-09 22:42:43 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2004-07-09 22:42:43 +0000 |
commit | dae424695cc2848b137d7fd1ef7d375928101347 (patch) | |
tree | 7643455a8f32d75721933e33a55ab108707148cb /gcc/stmt.c | |
parent | 9e9fb0ce6784ad84623738a559b5f67d78c84125 (diff) | |
download | gcc-dae424695cc2848b137d7fd1ef7d375928101347.zip gcc-dae424695cc2848b137d7fd1ef7d375928101347.tar.gz gcc-dae424695cc2848b137d7fd1ef7d375928101347.tar.bz2 |
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
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -2308,16 +2308,6 @@ is_body_block (tree stmt) return 0; } -/* True if we are currently emitting insns in an area of output code - that is controlled by a conditional expression. This is used by - the cleanup handling code to generate conditional cleanup actions. */ - -int -conditional_context (void) -{ - return block_stack && block_stack->data.block.conditional_code; -} - /* Return an opaque pointer to the current nesting level, so frontend code can check its own sanity. */ |