Commit 55d89719 by Thomas Koenig Committed by Jeff Law

* haifa-sched.c: (get_block_head_tail) Remove unneeded initialization.

From-SVN: r15815
parent e9d0757e
Tue Sep 30 23:09:40 1997 Thomas Koenig <ig25@mvmap66.ciw.uni-karlsruhe.de>
* haifa-sched.c: (get_block_head_tail) Remove unneeded initialization.
Tue Sep 30 23:06:43 1997 Richard Henderson <rth@cygnus.com> Tue Sep 30 23:06:43 1997 Richard Henderson <rth@cygnus.com>
* alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since * alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since
......
...@@ -4812,8 +4812,8 @@ get_block_head_tail (bb, headp, tailp) ...@@ -4812,8 +4812,8 @@ get_block_head_tail (bb, headp, tailp)
rtx *tailp; rtx *tailp;
{ {
rtx head = *headp; rtx head;
rtx tail = *tailp; rtx tail;
int b; int b;
b = BB_TO_BLOCK (bb); b = BB_TO_BLOCK (bb);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment