diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-08 22:40:49 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-08 22:40:49 +0000 |
commit | 2c6f8e4d2f7c31d62e55f45e736fcecb53881f21 (patch) | |
tree | 68540eed1eaf1bf73d8fe60699d74cc426c941ae /gcc/config/romp | |
parent | cbebf0b9eddb8f6bf4e3857e15651cd4a15fb875 (diff) | |
download | gcc-2c6f8e4d2f7c31d62e55f45e736fcecb53881f21.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35573 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/romp')
-rw-r--r-- | gcc/config/romp/romp.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/romp/romp.md b/gcc/config/romp/romp.md index cc6c30facd7..131e78cd4e3 100644 --- a/gcc/config/romp/romp.md +++ b/gcc/config/romp/romp.md @@ -1784,7 +1784,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++) { |