From 2bc0b543f66bb7ef62375f0736d46ad55ae238c0 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 20 Mar 1993 12:54:15 -0700 Subject: * pa.md (conditional branch patterns): Clean up constraints. From-SVN: r3803 --- gcc/config/pa/pa.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc') diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 6c2a083..11a0830 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -680,8 +680,8 @@ [(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)))] "" @@ -703,8 +703,8 @@ [(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 "" ""))))] "" -- cgit v1.1