Fix typo in last change.
authorJeff Law <law@gcc.gnu.org>
Mon, 26 Feb 1996 17:29:16 +0000 (10:29 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 26 Feb 1996 17:29:16 +0000 (10:29 -0700)
From-SVN: r11348

gcc/config/pa/pa.md

index 5ff58483c90c1b213f3f01e09e4e2808cd1864ae..724ad13fcfbf3084042052cc8bf7c915f675511f 100644 (file)
   [(set (match_operand:SI 0 "register_operand" "=r")
        (abs:SI (match_operand:SI 1 "register_operand" "r")))]
   ""
-  "or,<= %%r0,%1,%0\;subi 0,%0,%0"
+  "or,>= %%r0,%1,%0\;subi 0,%0,%0"
   [(set_attr "type" "multi")
    (set_attr "length" "8")])