Commit 114a6b1d by Andrew Pinski Committed by Andrew Pinski

darwin.h (FRAME_POINTER_REGNUM): Rename to ...

2005-06-30  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/rs6000/darwin.h (FRAME_POINTER_REGNUM): Rename to ...
        (HARD_FRAME_POINTER_REGNUM): this.

From-SVN: r101478
parent 625684fa
2005-06-30 Andrew Pinski <pinskia@physics.uc.edu>
* config/rs6000/darwin.h (FRAME_POINTER_REGNUM): Rename to ...
(HARD_FRAME_POINTER_REGNUM): this.
2005-06-30 Jan Hubicka <jh@suse.cz>
* ipa-inline.c (cgraph_clone_inlined_nodes): Revert previous patch.
......
......@@ -151,8 +151,8 @@ do { \
/* Base register for access to local variables of the function. */
#undef FRAME_POINTER_REGNUM
#define FRAME_POINTER_REGNUM 30
#undef HARD_FRAME_POINTER_REGNUM
#define HARD_FRAME_POINTER_REGNUM 30
#undef RS6000_PIC_OFFSET_TABLE_REGNUM
#define RS6000_PIC_OFFSET_TABLE_REGNUM 31
......
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