rtlanal.c (jmp_uses_reg_or_mem): Fix typo in last change.
* rtlanal.c (jmp_uses_reg_or_mem): Fix typo in last change. Fixes various bootstrap problems (hopefully). From-SVN: r15667
This commit is contained in:
parent
7019d00e09
commit
8d7532d94f
@ -1,3 +1,7 @@
|
||||
Tue Sep 23 00:59:54 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* rtlanal.c (jmp_uses_reg_or_mem): Fix typo in last change.
|
||||
|
||||
Tue Sep 23 00:42:44 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
|
||||
|
||||
* loop.c (indirect_jump_in_function_p): Return 0
|
||||
|
@ -1933,7 +1933,7 @@ computed_jump_p (insn)
|
||||
for (i = len - 1; i >= 0; i--)
|
||||
if (GET_CODE (XVECEXP (pat, 0, i)) == SET
|
||||
&& SET_DEST (XVECEXP (pat, 0, i)) == pc_rtx
|
||||
&& jmp_uses_reg_or_mem (SET_SRC (XVECEXP (pat, 0, 1))))
|
||||
&& jmp_uses_reg_or_mem (SET_SRC (XVECEXP (pat, 0, i))))
|
||||
return 1;
|
||||
}
|
||||
else if (GET_CODE (pat) == SET
|
||||
|
Loading…
x
Reference in New Issue
Block a user