s390.h (PROFILE_BEFORE_PROLOGUE): Emit profile code before prologue, to avoid scheduling problems.

* config/s390/s390.h (PROFILE_BEFORE_PROLOGUE): Emit profile code
        before prologue, to avoid scheduling problems.

From-SVN: r50730
This commit is contained in:
Hartmut Penner 2002-03-13 08:51:01 +00:00 committed by Hartmut Penner
parent 96395e3a6a
commit c52a375d21
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-03-13 Hartmut Penner <hpenner@de.ibm.com>
* config/s390/s390.h (PROFILE_BEFORE_PROLOGUE): Emit profile code
before prologue, to avoid scheduling problems.
2002-03-13 Jakub Jelinek <jakub@redhat.com>
* config/sparc/sparc.h (INITIAL_FRAME_POINTER_OFFSET): Remove.

View File

@ -864,7 +864,7 @@ CUMULATIVE_ARGS;
#define FUNCTION_PROFILER(FILE, LABELNO) \
s390_function_profiler ((FILE), ((LABELNO)))
/* #define PROFILE_BEFORE_PROLOGUE */
#define PROFILE_BEFORE_PROLOGUE 1
/* Define EXIT_IGNORE_STACK if, when returning from a function, the stack
pointer does not matter (provided there is a frame pointer). */