aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/dsp16xx
diff options
context:
space:
mode:
authorRodney Brown <RodneyBrown@mynd.com>2000-08-08 22:40:49 +0000
committerJeff Law <law@gcc.gnu.org>2000-08-08 16:40:49 -0600
commit0499c2e4ddfa69d2c40873885bfdfb2142774e35 (patch)
tree68540eed1eaf1bf73d8fe60699d74cc426c941ae /gcc/config/dsp16xx
parentebec3cf99d0e2e3a12581070d0502dea52d359af (diff)
downloadgcc-0499c2e4ddfa69d2c40873885bfdfb2142774e35.zip
gcc-0499c2e4ddfa69d2c40873885bfdfb2142774e35.tar.gz
gcc-0499c2e4ddfa69d2c40873885bfdfb2142774e35.tar.bz2
alpha.c (alpha_emit_xfloating_libcall): Use GEN_CALL_VALUE define.
* alpha/alpha.c (alpha_emit_xfloating_libcall): Use GEN_CALL_VALUE define. * alpha/alpha.md (untyped_call): Use GEN_CALL define. * clipper/clipper.md (untyped_call): Likewise. * dsp16xx/dsp16xx.md (untyped_call): Likewise. * fx80/fx80.md (untyped_call): Likewise. * mips/mips.md (untyped_call): Likewise. * ns32k/ns32k.md (untyped_call): Likewise. * pa/pa.md (untyped_call): Likewise. * romp/romp.md (untyped_call): Likewise. * sparc/sparc.md (untyped_call): Likewise. From-SVN: r35573
Diffstat (limited to 'gcc/config/dsp16xx')
-rw-r--r--gcc/config/dsp16xx/dsp16xx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/dsp16xx/dsp16xx.md b/gcc/config/dsp16xx/dsp16xx.md
index 8f96467..28cf9c7 100644
--- a/gcc/config/dsp16xx/dsp16xx.md
+++ b/gcc/config/dsp16xx/dsp16xx.md
@@ -2108,7 +2108,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++)
{