(define_function_unit): Add missing blank lines.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 27 Oct 1993 21:24:53 +0000 (17:24 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 27 Oct 1993 21:24:53 +0000 (17:24 -0400)
From-SVN: r5920

gcc/config/rs6000/rs6000.md

index 4e53982..b454b18 100644 (file)
        (eq_attr "cpu" "rios2"))
   1 0
   [(eq_attr "type" "imul,idiv")])
+
 (define_function_unit "imuldiv" 1 0
   (and (eq_attr "type" "imul")
        (eq_attr "cpu" "rios2"))
   2 0
   [(eq_attr "type" "integer")])
+
 (define_function_unit "imuldiv" 1 0
   (and (eq_attr "type" "idiv")
        (eq_attr "cpu" "rios2"))
   13 0
   [(eq_attr "type" "integer")])
+
 (define_function_unit "fpu2" 2 0
   (and (eq_attr "type" "fp")
        (eq_attr "cpu" "rios2"))