* reg-stack.c (find_blocks): Fix thinko in last change.
From-SVN: r15655
This commit is contained in:
parent
078e983e51
commit
8c8e6faa0d
@ -1,3 +1,7 @@
|
||||
Mon Sep 22 14:41:00 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* reg-stack.c (find_blocks): Fix thinko in last change.
|
||||
|
||||
1997-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* m68k.c (output_function_prologue): Add dwarf2 support.
|
||||
|
@ -1351,6 +1351,8 @@ find_blocks (first)
|
||||
|
||||
if (GET_CODE (insn) == JUMP_INSN)
|
||||
{
|
||||
rtx pat = PATTERN (insn);
|
||||
rtx x;
|
||||
|
||||
if (computed_jump_p (insn))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user