Commit 2c19a536 by Kaz Kojima

sh.md (load_gbr): Use correct operand constraint.

	* config/sh/sh.md (load_gbr): Use correct operand constraint.

From-SVN: r126066
parent ba56ed65
2007-06-27 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.md (load_gbr): Use correct operand constraint.
2007-06-27 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/32479
* config/sh/sh.md (udivsi3): Don't wrap the sequence with
REG_LIBCALL and REG_RETVAL notes.
......
......@@ -8966,7 +8966,7 @@ mov.l\\t1f,r0\\n\\
}")
(define_insn "load_gbr"
[(set (match_operand:SI 0 "register_operand" "") (reg:SI GBR_REG))
[(set (match_operand:SI 0 "register_operand" "=r") (reg:SI GBR_REG))
(use (reg:SI GBR_REG))]
""
"stc gbr,%0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment