i860-protos.h (output_delay_insn): Remove prototype.
authorJason Eckhardt <jle@rice.edu>
Sat, 23 Aug 2003 02:30:35 +0000 (02:30 +0000)
committerJason Eckhardt <jle@gcc.gnu.org>
Sat, 23 Aug 2003 02:30:35 +0000 (02:30 +0000)
commit89520fd7cb59486d64f4ab75188ad116d2981b10
treec9da231b6f195cbb6d4d908b51e62037f68eb02b
parent8274e603cf58034e223ace062ca103f107cd8206
i860-protos.h (output_delay_insn): Remove prototype.

2003-08-22  Jason Eckhardt  <jle@rice.edu>

* config/i860/i860-protos.h (output_delay_insn): Remove prototype.
(output_delayed_branch): Remove prototype.
(single_insn_src_p): Remove prototype.
* config/i860/i860.c (single_insn_src_p): Remove function.
(output_delayed_branch): Remove function.
(output_delay_insn): Remove function.
(va_start): Remove unconditional test and dead code, re-format.
Fix coding style and spelling problems in various comments.
* config/i860/i860.md (UNSPECV_BLOCKAGE): Define constant...
(blockage pattern): ...and use it here.
(all define_peephole patterns related to delayed branches): Remove.
Fix coding style and spelling problems in various comments.

From-SVN: r70724
gcc/ChangeLog
gcc/config/i860/i860-protos.h
gcc/config/i860/i860.c
gcc/config/i860/i860.md