OSDN Git Service

2003-08-22 Jason Eckhardt <jle@rice.edu>
authorjle <jle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Aug 2003 02:30:35 +0000 (02:30 +0000)
committerjle <jle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Aug 2003 02:30:35 +0000 (02:30 +0000)
commitff31ef9dd64520e46b30297b50dfb8231392cd3b
treec9da231b6f195cbb6d4d908b51e62037f68eb02b
parent0f02e78395de39497e1e09d9d1a12b3b192f1490
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70724 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i860/i860-protos.h
gcc/config/i860/i860.c
gcc/config/i860/i860.md