[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
This commit is contained in:
James Greenhalgh 2014-09-05 08:19:12 +00:00 committed by James Greenhalgh
parent b3ba5f84af
commit aaea00aa78
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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 "" ""))]