- Add subf. split alternative output template for previous commit.
authorDavid Edelsohn <dje@gcc.gnu.org>
Wed, 17 Feb 1999 11:10:34 +0000 (06:10 -0500)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 17 Feb 1999 11:10:34 +0000 (06:10 -0500)
From-SVN: r25268

gcc/config/rs6000/rs6000.md

index 6b94e12f0eb8c8a2a386157145d3b69720897634..cd9b2755d3c22808b95590be25f8cab2797b95c4 100644 (file)
        (minus:SI (match_dup 1)
                  (match_dup 2)))]
   "TARGET_POWERPC"
-  "subf. %0,%2,%1"
+  "@
+   subf. %0,%2,%1
+   #"
   [(set_attr "type" "compare")
    (set_attr "length" "4,8")])