summaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-28 22:39:21 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-28 22:39:21 +0000
commit4fa61cedf2f165f3d0c08ea620ead343f58ccaa4 (patch)
treea72133bf6fc257bebc7d4bab7e804f23a794d062 /gcc/target.h
parentb25de3754ddfa29d54c6641224cf73788d9098d2 (diff)
downloadgcc-4fa61cedf2f165f3d0c08ea620ead343f58ccaa4.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83829 138bc75d-0d04-0410-961f-82ee72b054a4
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 ad7936bbc2f..2c4b5300ec4 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