darwin.h (PROFILE_HOOK): Reassociate comment with code.

* config/rs6000/darwin.h (PROFILE_HOOK): Reassociate comment with
	code.

From-SVN: r117152
This commit is contained in:
Mike Stump 2006-09-22 19:47:53 +00:00 committed by Mike Stump
parent c0e8f5d3f5
commit d1ea761665
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-09-22 Mike Stump <mrs@apple.com>
* config/rs6000/darwin.h (PROFILE_HOOK): Reassociate comment with
code.
2006-09-22 Richard Guenther <rguenther@suse.de>
PR middle-end/28964

View File

@ -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. */