haifa-sched.c: Fix outdated function reference and minor grammar errors in introducto...
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Mon, 7 Apr 2014 13:16:46 +0000 (13:16 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Mon, 7 Apr 2014 13:16:46 +0000 (13:16 +0000)
* haifa-sched.c: Fix outdated function reference and minor
grammar errors in introductory comment.

From-SVN: r209184

gcc/ChangeLog
gcc/haifa-sched.c

index 91ec83b058c4540e9ea95b08878e50b15cebafbd..86c7d5a2d9f1802818ee4dc0827262724f3a3794 100644 (file)
@@ -1,3 +1,8 @@
+2014-04-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * haifa-sched.c: Fix outdated function reference and minor
+       grammar errors in introductory comment.
+
 2014-04-07  Richard Biener  <rguenther@suse.de>
 
        PR middle-end/60750
index e0d467497fadb9ad370fe749358b26e5224af626..2d66e5cab6a23a57b5d1d090811a26fd5ee2a86a 100644 (file)
@@ -20,7 +20,7 @@ along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
 /* Instruction scheduling pass.  This file, along with sched-deps.c,
-   contains the generic parts.  The actual entry point is found for
+   contains the generic parts.  The actual entry point for
    the normal instruction scheduling pass is found in sched-rgn.c.
 
    We compute insn priorities based on data dependencies.  Flow
@@ -77,12 +77,12 @@ along with GCC; see the file COPYING3.  If not see
 
    Before reload, an extended analysis of interblock data dependences
    is required for interblock scheduling.  This is performed in
-   compute_block_backward_dependences ().
+   compute_block_dependences ().
 
    Dependencies set up by memory references are treated in exactly the
    same way as other dependencies, by using insn backward dependences
    INSN_BACK_DEPS.  INSN_BACK_DEPS are translated into forward dependences
-   INSN_FORW_DEPS the purpose of forward list scheduling.
+   INSN_FORW_DEPS for the purpose of forward list scheduling.
 
    Having optimized the critical path, we may have also unduly
    extended the lifetimes of some registers.  If an operation requires