diff options
author | James Greenhalgh <james.greenhalgh@arm.com> | 2014-09-05 08:19:12 +0000 |
---|---|---|
committer | James Greenhalgh <jgreenhalgh@gcc.gnu.org> | 2014-09-05 08:19:12 +0000 |
commit | aaea00aa78750b8294842dd07fdf6a426e1c48b2 (patch) | |
tree | d30e552c69cd4a64f1a5d4266c02af8e19aa7e91 /gcc/config | |
parent | b3ba5f84af3a9156954c53192afec8af7493d010 (diff) | |
download | gcc-aaea00aa78750b8294842dd07fdf6a426e1c48b2.zip gcc-aaea00aa78750b8294842dd07fdf6a426e1c48b2.tar.gz gcc-aaea00aa78750b8294842dd07fdf6a426e1c48b2.tar.bz2 |
[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
Diffstat (limited to 'gcc/config')
-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 b5be79c..d9aff66 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 "" ""))] |