diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-01-25 12:28:53 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-01-25 12:28:53 -0800 |
commit | 1cae86786847a38584228e3dbdf51d9005379a63 (patch) | |
tree | 881e49e99ff19718efebaca12aa1e44c8a96016a /gcc | |
parent | a36dc5483975d9cf0c878fdd7c2c0ab8b1617060 (diff) | |
download | gcc-1cae86786847a38584228e3dbdf51d9005379a63.zip gcc-1cae86786847a38584228e3dbdf51d9005379a63.tar.gz gcc-1cae86786847a38584228e3dbdf51d9005379a63.tar.bz2 |
(ARC_PROFILER): Delete unused macro.
From-SVN: r3340
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sparc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index c56b64d..2693e5c 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -940,12 +940,6 @@ extern int apparent_fsize; 4 * blockn, 4 * blockn, 4 * blockn); \ } -/* Output rtl to increment the entry-count for the LABELNO'th instrumented - arc in this source file. */ - -#define ARC_PROFILER(ARCNO, INSERT_AFTER) \ - output_arc_profiler (ARCNO, INSERT_AFTER) - /* EXIT_IGNORE_STACK should be nonzero if, when returning from a function, the stack pointer does not matter. The value is tested only in functions that have frame pointers. |