*** empty log message ***
authorJim Wilson <wilson@gcc.gnu.org>
Sun, 19 Apr 1992 18:06:33 +0000 (11:06 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Sun, 19 Apr 1992 18:06:33 +0000 (11:06 -0700)
From-SVN: r794

gcc/sched.c

index 2a391e5..7bbc05a 100644 (file)
@@ -1220,7 +1220,7 @@ sched_analyze_2 (x, insn)
           be removed before we actually try to schedule the insns, so
           it won't cause a problem later.  We must avoid it here though.  */
 
-       /* User of CC0 depends on immediately preceding insn.
+       /* User of CC0 depends on immediately preceding insn.  */
        SCHED_GROUP_P (insn) = 1;
 
        /* Make a copy of all dependencies on the immediately previous insn,