Commit d6c266b2 by Richard Earnshaw Committed by Richard Earnshaw

* arm.md (untyped_call): Use GEN_CALL macro.

From-SVN: r34378
parent 367d27ef
2000-06-03 Richard Earnshaw (rearnsha@arm.com)
* arm.md (untyped_call): Use GEN_CALL macro.
2000-06-02 Pekka Nikander <pnr@teldanex.tcm.hut.fi>
* Makefile.in: Use $(MAKE) not "make"
......
......@@ -6176,7 +6176,7 @@
{
int i;
emit_call_insn (gen_call (operands[0], const0_rtx, NULL, const0_rtx));
emit_call_insn (GEN_CALL (operands[0], const0_rtx, NULL, const0_rtx));
for (i = 0; i < XVECLEN (operands[2], 0); i++)
{
......
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