From: Bernhard Fischer Date: Thu, 17 Jan 2008 23:57:18 +0000 (+0100) Subject: modulo-sched.c (get_sched_window): Fix comment typo. X-Git-Tag: releases/gcc-4.3.0~561 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4117d6f747a273402e3d46d60bf5991c4a828b84;p=thirdparty%2Fgcc.git modulo-sched.c (get_sched_window): Fix comment typo. 2007-01-18 Bernhard Fischer * modulo-sched.c (get_sched_window): Fix comment typo. From-SVN: r131613 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 91874635b8b3..2b1662a25967 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-01-18 Bernhard Fischer + + * modulo-sched.c (get_sched_window): Fix comment typo. + 2008-01-17 Andrew MacLeod PR tree-optimization/34648 diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index ba65ebde7dd2..a203664526a1 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -1590,7 +1590,7 @@ get_sched_window (partial_schedule_ptr ps, int *nodes_order, int i, MUST_PRECEDE/MUST_FOLLOW contains all predecessors/successors of U_NODE which are in SCHED_NODES (already scheduled nodes) and scheduled at the same row as the first/last row of U_NODE's scheduling window. - The first and last rows are calculated using the following paramaters: + The first and last rows are calculated using the following parameters: START/END rows - The cycles that begins/ends the traversal on the window; searching for an empty cycle to schedule U_NODE. STEP - The direction in which we traverse the window.