aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1994-07-22 18:33:37 +0000
committerDoug Evans <dje@gnu.org>1994-07-22 18:33:37 +0000
commiteee22a562e91b40359bb79eebae2da150aad3702 (patch)
treefa4943901e166e74f9125bf09afcf4d336fef216 /gcc
parentc2fdae8ecd11ead7baa727d0d6cf9e2802793d77 (diff)
downloadgcc-eee22a562e91b40359bb79eebae2da150aad3702.zip
gcc-eee22a562e91b40359bb79eebae2da150aad3702.tar.gz
gcc-eee22a562e91b40359bb79eebae2da150aad3702.tar.bz2
(andhi3, iorhi3, xorhi3): Change constraint on operand 2 from `i' to `n'.
From-SVN: r7793
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/h8300/h8300.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md
index 5c5c3ae..f69c0fa 100644
--- a/gcc/config/h8300/h8300.md
+++ b/gcc/config/h8300/h8300.md
@@ -807,7 +807,7 @@
(define_insn "andhi3"
[(set (match_operand:HI 0 "register_operand" "=r")
(and:HI (match_operand:HI 1 "register_operand" "%0")
- (match_operand:HI 2 "nonmemory_operand" "ri")))]
+ (match_operand:HI 2 "nonmemory_operand" "rn")))]
""
"*
{
@@ -872,7 +872,7 @@
(define_insn "iorhi3"
[(set (match_operand:HI 0 "general_operand" "=r,r")
(ior:HI (match_operand:HI 1 "general_operand" "%0,0")
- (match_operand:HI 2 "general_operand" "J,ri")))]
+ (match_operand:HI 2 "general_operand" "J,rn")))]
""
"*
{
@@ -961,7 +961,7 @@
(define_insn "xorhi3"
[(set (match_operand:HI 0 "register_operand" "=r")
(xor:HI (match_operand:HI 1 "general_operand" "%0")
- (match_operand:HI 2 "nonmemory_operand" "ri")))]
+ (match_operand:HI 2 "nonmemory_operand" "rn")))]
""
"*
{