Commit 4da2eb98 by Marat Zakirov Committed by Marat Zakirov

thumb1.md (*thumb1_movqi_insn): Copy of thumb1_movhi_insn.

2014-08-07  Marat Zakirov  <m.zakirov@samsung.com>

	* config/arm/thumb1.md (*thumb1_movqi_insn): Copy of thumb1_movhi_insn.

From-SVN: r213710
parent 4bd12f3d
2014-08-07 Marat Zakirov <m.zakirov@samsung.com>
* config/arm/thumb1.md (*thumb1_movqi_insn): Copy of thumb1_movhi_insn.
2014-08-07 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
* haifa-sched.c (SCHED_SORT): Delete. Macro used exactly once.
......
......@@ -761,8 +761,8 @@
)
(define_insn "*thumb1_movqi_insn"
[(set (match_operand:QI 0 "nonimmediate_operand" "=l,l,m,*r,*h,l")
(match_operand:QI 1 "general_operand" "lk, m,l,*h,*r,I"))]
[(set (match_operand:QI 0 "nonimmediate_operand" "=l,l,m,l*r,*h,l")
(match_operand:QI 1 "general_operand" "l,m,l,k*h,*r,I"))]
"TARGET_THUMB1
&& ( register_operand (operands[0], QImode)
|| register_operand (operands[1], QImode))"
......
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