aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@redhat.com>2002-05-03 17:55:18 -0700
committerDavid S. Miller <davem@gcc.gnu.org>2002-05-03 17:55:18 -0700
commit14c9397896cb3988424758497266a142c3cc4f6e (patch)
tree2ce55230e45310c95357a841faed10b06023baf6 /gcc/target.h
parentb3ae1ccd98a86f1a3b63cf1294d7b7effb3f9fa9 (diff)
downloadgcc-14c9397896cb3988424758497266a142c3cc4f6e.zip
gcc-14c9397896cb3988424758497266a142c3cc4f6e.tar.gz
gcc-14c9397896cb3988424758497266a142c3cc4f6e.tar.bz2
target-defs.h (TARGET_SCHED_CYCLE_DISPLAY): Delete.
2002-05-03 David S. Miller <davem@redhat.com> * target-defs.h (TARGET_SCHED_CYCLE_DISPLAY): Delete. * target.h (struct gcc_target): Delete cycle_display member. From-SVN: r53138
Diffstat (limited to 'gcc/target.h')
-rw-r--r--gcc/target.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/target.h b/gcc/target.h
index 6d8103e..1f29412 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -130,12 +130,6 @@ struct gcc_target
int (* reorder) PARAMS ((FILE *, int, rtx *, int *, int));
int (* reorder2) PARAMS ((FILE *, int, rtx *, int *, int));
- /* cycle_display is a pointer to a function which can emit
- data into the assembly stream about the current cycle.
- Arguments are CLOCK, the data to emit, and LAST, the last
- insn in the new chain we're building. Returns a new LAST.
- The default is to do nothing. */
- rtx (* cycle_display) PARAMS ((int clock, rtx last));
/* The following member value is a pointer to a function returning
nonzero if we should use DFA based scheduling. The default is
to use the old pipeline scheduler. */