diff options
author | jgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-05 08:19:12 +0000 |
---|---|---|
committer | jgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-05 08:19:12 +0000 |
commit | b34bfe93339a310f02e6d5896ddd4a58cc3c7519 (patch) | |
tree | d30e552c69cd4a64f1a5d4266c02af8e19aa7e91 /gcc/config/aarch64/aarch64.md | |
parent | 7f7933b111b9ceb13ba0c9d612055aa22463401e (diff) | |
download | gcc-b34bfe93339a310f02e6d5896ddd4a58cc3c7519.tar.gz |
[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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214940 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/aarch64/aarch64.md')
-rw-r--r-- | gcc/config/aarch64/aarch64.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md index b5be79ce360..d9aff66fd99 100644 --- a/gcc/config/aarch64/aarch64.md +++ b/gcc/config/aarch64/aarch64.md @@ -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 "" ""))] |