Commit aaea00aa by James Greenhalgh Committed by James Greenhalgh

[AArch64 Obvious] Add a mode to operand 1 of sibcall_value_insn

gcc/

	* config/aarch64/aarch64.md (sibcall_value_insn): Give operand 1
	a mode.

From-SVN: r214940
parent b3ba5f84
2014-09-05 James Greenhalgh <james.greenhalgh@arm.com>
* config/aarch64/aarch64.md (sibcall_value_insn): Give operand 1
DImode.
2014-09-05 Bin Cheng <bin.cheng@arm.com>
PR target/55701
......@@ -628,7 +628,8 @@
(define_insn "*sibcall_value_insn"
[(set (match_operand 0 "" "")
(call (mem:DI (match_operand 1 "aarch64_call_insn_operand" "Ucs, Usf"))
(call (mem:DI
(match_operand:DI 1 "aarch64_call_insn_operand" "Ucs, Usf"))
(match_operand 2 "" "")))
(return)
(use (match_operand 3 "" ""))]
......
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