gcc/
* config/aarch64/aarch64.md (sibcall_value_insn): Give operand 1
a mode.
From-SVN: r214940
+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
(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 "" ""))]