Commit c964d90e by Richard Kenner Committed by Richard Kenner

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
parent 0d223e3a
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. */
......
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