diff options
author | Bernhard Fischer <aldot@gcc.gnu.org> | 2008-01-18 00:57:18 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2008-01-18 00:57:18 +0100 |
commit | 4117d6f747a273402e3d46d60bf5991c4a828b84 (patch) | |
tree | 7dfb30ae8f0cf229075587d186c6d4519b07db03 /gcc/modulo-sched.c | |
parent | 20533ef1f4162ccf872ee7f89e56e57e3f0d5c1f (diff) | |
download | gcc-4117d6f747a273402e3d46d60bf5991c4a828b84.zip gcc-4117d6f747a273402e3d46d60bf5991c4a828b84.tar.gz gcc-4117d6f747a273402e3d46d60bf5991c4a828b84.tar.bz2 |
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
Diffstat (limited to 'gcc/modulo-sched.c')
-rw-r--r-- | gcc/modulo-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index ba65ebd..a203664 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. |