Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan <khan@xraylith.wisc.edu> * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns. From-SVN: r27475
This commit is contained in:
parent
a21f23fc67
commit
d3b6b80cde
@ -1,3 +1,7 @@
|
||||
Thu Jun 10 20:37:57 1999 Mumit Khan <khan@xraylith.wisc.edu>
|
||||
|
||||
* reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
|
||||
|
||||
Thu Jun 10 19:23:00 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
|
||||
|
||||
* sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
|
||||
|
@ -1257,7 +1257,7 @@ stack_reg_life_analysis (first, stackentry)
|
||||
function into the epilogue. */
|
||||
|
||||
if (GET_CODE (block_end[blocks-1]) != JUMP_INSN
|
||||
|| GET_CODE (PATTERN (block_end[blocks-1])) == RETURN)
|
||||
|| returnjump_p (block_end[blocks-1]))
|
||||
mark_regs_pat (retvalue, block_out_reg_set+blocks-1);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user