diff options
author | Mike Stump <mrs@apple.com> | 2006-09-22 19:47:53 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2006-09-22 19:47:53 +0000 |
commit | d1ea761665fc691f40ed921b8af7f60221de77b3 (patch) | |
tree | 8269ddea0baf7a49304d56a1bec34b7bff11f5b3 /gcc/config/rs6000/darwin.h | |
parent | c0e8f5d3f5070ece27ba550ef5e5b83ea6bee132 (diff) | |
download | gcc-d1ea761665fc691f40ed921b8af7f60221de77b3.zip gcc-d1ea761665fc691f40ed921b8af7f60221de77b3.tar.gz gcc-d1ea761665fc691f40ed921b8af7f60221de77b3.tar.bz2 |
darwin.h (PROFILE_HOOK): Reassociate comment with code.
* config/rs6000/darwin.h (PROFILE_HOOK): Reassociate comment with
code.
From-SVN: r117152
Diffstat (limited to 'gcc/config/rs6000/darwin.h')
-rw-r--r-- | gcc/config/rs6000/darwin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 1b3f717..27b0bfb 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -288,8 +288,6 @@ do { \ fprintf (FILE, "\t.align32 %d,0x60000000\n", (LOG)); \ } while (0) -/* Generate insns to call the profiler. */ - #ifdef HAVE_GAS_MAX_SKIP_P2ALIGN /* This is supported in cctools 465 and later. The macro test above prevents using it in earlier build environments. */ @@ -303,6 +301,8 @@ do { \ } #endif +/* Generate insns to call the profiler. */ + #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL) /* Function name to call to do profiling. */ |