]> gcc.gnu.org Git - gcc.git/commitdiff
* pa.md (conditional branch patterns): Clean up constraints.
authorJeff Law <law@gcc.gnu.org>
Sat, 20 Mar 1993 19:54:15 +0000 (12:54 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 20 Mar 1993 19:54:15 +0000 (12:54 -0700)
From-SVN: r3803

gcc/config/pa/pa.md

index 6c2a0837b2ead7616cdc2967777332e11bd5e80e..11a08302c965f1612b0055779f75737499a95935 100644 (file)
   [(set (pc)
        (if_then_else
         (match_operator 3 "comparison_operator"
-                        [(match_operand:SI 1 "register_operand" "r,r")
-                         (match_operand:SI 2 "arith5_operand" "r,L")])
+                        [(match_operand:SI 1 "register_operand" "r")
+                         (match_operand:SI 2 "arith5_operand" "rL")])
         (label_ref (match_operand 0 "" ""))
         (pc)))]
   ""
   [(set (pc)
        (if_then_else
         (match_operator 3 "comparison_operator"
-                        [(match_operand:SI 1 "register_operand" "r,r")
-                         (match_operand:SI 2 "arith5_operand" "r,L")])
+                        [(match_operand:SI 1 "register_operand" "r")
+                         (match_operand:SI 2 "arith5_operand" "rL")])
         (pc)
         (label_ref (match_operand 0 "" ""))))]
   ""
This page took 0.07526 seconds and 5 git commands to generate.