Commit fc48633e by Kyrylo Tkachov Committed by Kyrylo Tkachov

[ARM] Add mode to probe_stack set operands

	* config/arm/arm.md (probe_stack): Add modes to set source
	and destination.

From-SVN: r236024
parent e4cce0ce
2016-05-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.md (probe_stack): Add modes to set source
and destination.
2016-05-09 Bernd Schmidt <bschmidt@redhat.com>
* regrename.c (base_reg_class_for_rename): New static function.
......
......@@ -8156,8 +8156,8 @@
)
(define_insn "probe_stack"
[(set (match_operand 0 "memory_operand" "=m")
(unspec [(const_int 0)] UNSPEC_PROBE_STACK))]
[(set (match_operand:SI 0 "memory_operand" "=m")
(unspec:SI [(const_int 0)] UNSPEC_PROBE_STACK))]
"TARGET_32BIT"
"str%?\\tr0, %0"
[(set_attr "type" "store1")
......
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