diff options
Diffstat (limited to 'gcc/config/1750a')
-rw-r--r-- | gcc/config/1750a/1750a.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/1750a/1750a.md b/gcc/config/1750a/1750a.md index 3bea692edbd..f53b77afb06 100644 --- a/gcc/config/1750a/1750a.md +++ b/gcc/config/1750a/1750a.md @@ -133,7 +133,7 @@ ;; block move. (define_insn "movstrqi" - [(set (match_operand:BLK 0 "mov_memory_operand" "m") + [(set (match_operand:BLK 0 "mov_memory_operand" "=m") (match_operand:BLK 1 "mov_memory_operand" "m")) (use (match_operand:QI 2 "general_operand" "r")) (match_operand 3 "" "") @@ -1352,7 +1352,7 @@ ;; Call subroutine, returning value in operand 0 ;; (which must be a hard register). (define_insn "call_value" - [(set (match_operand 0 "register_operand" "r") + [(set (match_operand 0 "register_operand" "=r") (call (match_operand:QI 1 "memory_operand" "m") (match_operand:QI 2 "general_operand" "g")))] ;; Operand 2 not really used for 1750. |