sparc.md (nonlocal_goto): Use hard_frame_pointer_rtx now that we have one.
* config/sparc/sparc.md (nonlocal_goto): Use hard_frame_pointer_rtx now that we have one. From-SVN: r49885
This commit is contained in:
parent
0d223e3a4e
commit
c964d90e21
@ -1,3 +1,8 @@
|
||||
Tue Feb 19 20:13:57 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
|
||||
* config/sparc/sparc.md (nonlocal_goto): Use hard_frame_pointer_rtx
|
||||
now that we have one.
|
||||
|
||||
2002-02-19 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* tree.h (struct tree_common): Remove aux. Add unused_0 at
|
||||
|
@ -8735,7 +8735,7 @@
|
||||
/* Restore %fp from stack pointer value for containing function.
|
||||
The restore insn that follows will move this to %sp,
|
||||
and reload the appropriate value into %fp. */
|
||||
emit_move_insn (frame_pointer_rtx, stack);
|
||||
emit_move_insn (hard_frame_pointer_rtx, stack);
|
||||
|
||||
/* USE of frame_pointer_rtx added for consistency; not clear if
|
||||
really needed. */
|
||||
|
Loading…
Reference in New Issue
Block a user