modulo-sched.c (get_sched_window): Fix comment typo.

2007-01-18  Bernhard Fischer  <aldot@gcc.gnu.org>

	* modulo-sched.c (get_sched_window): Fix comment typo.

From-SVN: r131613
This commit is contained in:
Bernhard Fischer 2008-01-18 00:57:18 +01:00 committed by Bernhard Reutner-Fischer
parent 20533ef1f4
commit 4117d6f747
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-01-18 Bernhard Fischer <aldot@gcc.gnu.org>
* modulo-sched.c (get_sched_window): Fix comment typo.
2008-01-17 Andrew MacLeod <amacleod@redhat.com>
PR tree-optimization/34648

View File

@ -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.