summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-10 18:46:45 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-10 18:46:45 +0000
commit851d929653778531dd174c25c55d6c6558b5510f (patch)
treebf95262adeb1e48387900226345da1050170321b /gcc/haifa-sched.c
parent19bff7fe624209f0ffe8d6cac8a7a735e9c507f5 (diff)
downloadgcc-851d929653778531dd174c25c55d6c6558b5510f.tar.gz
Remove doubled up words.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172247 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index 6908a113e63..3b05f1b7471 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -852,7 +852,7 @@ dep_cost_1 (dep_t link, dw_t dw)
/* A USE insn should never require the value used to be computed.
This allows the computation of a function's result and parameter
values to overlap the return and call. We don't care about the
- the dependence cost when only decreasing register pressure. */
+ dependence cost when only decreasing register pressure. */
if (recog_memoized (used) < 0)
{
cost = 0;