]> gcc.gnu.org Git - gcc.git/commitdiff
update compare function unit comment
authorDavid Edelsohn <edelsohn@gnu.org>
Tue, 19 Mar 1996 15:50:21 +0000 (15:50 +0000)
committerDavid Edelsohn <edelsohn@gnu.org>
Tue, 19 Mar 1996 15:50:21 +0000 (15:50 +0000)
From-SVN: r11566

gcc/config/rs6000/rs6000.md

index 5c47d6a36483ec091f23df836e1b8935c903ed69..58258b3ad9293d9d645e42eeeec6957803b344a7 100644 (file)
   20 19)
 
 ; compare is done on integer unit, but feeds insns which
-; execute on the branch unit.  Ready-delay of the compare 
-; on the branch unit is large (3-5 cycles).  On the iu/fpu
-; it is 1.  One drawback is that the compare will also be 
-; assigned to the bpu, but this inaccuracy is worth for being
-; able to fill the compare-branch delay, with insns on iu/fpu.
+; execute on the branch unit.
 (define_function_unit "iu" 1 0   
   (and (eq_attr "type" "compare")
        (eq_attr "cpu" "rios1"))
This page took 0.064219 seconds and 5 git commands to generate.