Commit d9bb4859 by Jim Wilson

(call, call_value): Use 'd' not 'r' constraint for scratch.

From-SVN: r2534
parent 3030f79d
......@@ -2095,7 +2095,7 @@
[(call (match_operand:SI 0 "general_operand" "g")
(match_operand:SI 1 "immediate_operand" "i"))
(use (match_operand:SI 2 "address_operand" "p"))
(clobber (match_scratch:SI 3 "=&r"))]
(clobber (match_scratch:SI 3 "=&d"))]
""
"* return i960_output_call_insn (operands[0], operands[1], operands[2],
operands[3], insn);"
......@@ -2118,7 +2118,7 @@
(call (match_operand:SI 1 "general_operand" "g")
(match_operand:SI 2 "immediate_operand" "i")))
(use (match_operand:SI 3 "address_operand" "p"))
(clobber (match_scratch:SI 4 "=&r"))]
(clobber (match_scratch:SI 4 "=&d"))]
""
"* return i960_output_call_insn (operands[1], operands[2], operands[3],
operands[4], insn);"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment