aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
authorSteven Bosscher <stevenb@suse.de>2004-06-28 22:39:21 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2004-06-28 22:39:21 +0000
commit5ad6fca5c3cfc7f8b8ee11163a6db53d80c30e96 (patch)
treea72133bf6fc257bebc7d4bab7e804f23a794d062 /gcc/target.h
parent497be9785fcb4acf36758fd264571611a8d266a6 (diff)
downloadgcc-5ad6fca5c3cfc7f8b8ee11163a6db53d80c30e96.zip
gcc-5ad6fca5c3cfc7f8b8ee11163a6db53d80c30e96.tar.gz
gcc-5ad6fca5c3cfc7f8b8ee11163a6db53d80c30e96.tar.bz2
m32r.c (m32r_sched_odd_word_p, [...]): Remove.
* config/m32r/m32r.c (m32r_sched_odd_word_p, m32r_adjust_cost, m32r_sched_init, m32r_sched_reorder, m32r_variable_issue): Remove. (TARGET_SCHED_ADJUST_COST, TARGET_SCHED_VARIABLE_ISSUE, TARGET_SCHED_INIT, TARGET_SCHED_REORDER): Don't define. * config/m32r/m32r.md: Rewrite the pipeline description as a DFA. From-SVN: r83829
Diffstat (limited to 'gcc/target.h')
-rw-r--r--gcc/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target.h b/gcc/target.h
index ad7936b..2c4b530 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -233,7 +233,7 @@ struct gcc_target
rtx (* dfa_post_cycle_insn) (void);
/* The following member value is a pointer to a function returning value
which defines how many insns in queue `ready' will we try for
- multi-pass scheduling. if the member value is nonzero and the
+ multi-pass scheduling. If the member value is nonzero and the
function returns positive value, the DFA based scheduler will make
multi-pass scheduling for the first cycle. In other words, we will
try to choose ready insn which permits to start maximum number of