mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-11 22:27:50 +08:00
i860.md (untyped_call expander): Use GEN_CALL instead of gen_call.
Sun Jul 23 14:49:12 2000 Jason Eckhardt <jle@cygnus.com> * config/i860/i860.md (untyped_call expander): Use GEN_CALL instead of gen_call. From-SVN: r35213
This commit is contained in:
parent
c6451ce1ed
commit
0f7df3fb37
@ -1,3 +1,8 @@
|
||||
Sun Jul 23 14:49:12 2000 Jason Eckhardt <jle@cygnus.com>
|
||||
|
||||
* config/i860/i860.md (untyped_call expander): Use GEN_CALL
|
||||
instead of gen_call.
|
||||
|
||||
Sun Jul 23 11:52:03 2000 George Helffrich (george@gly.bris.ac.uk)
|
||||
|
||||
* dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
|
||||
|
@ -2266,7 +2266,7 @@ fmul.ss %1,%0,%4\;fmul.ss %3,%4,%0\";
|
||||
{
|
||||
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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user