[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:
parent
b3ba5f84af
commit
aaea00aa78
@ -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
|
||||
|
@ -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 "" ""))]
|
||||
|
Loading…
Reference in New Issue
Block a user