aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/we32k
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gcc.gnu.org>1993-04-29 19:04:26 +0000
committerTorbjorn Granlund <tege@gcc.gnu.org>1993-04-29 19:04:26 +0000
commit80414239a4c887633c1b2e17a3c9ce6e8e8c6229 (patch)
tree43f97ab60dd8ae55fbe80c549a73cf2e43039169 /gcc/config/we32k
parentcab33bc45915c959c6920a4cb925f622ce72410d (diff)
(float_extend:DF recognizer): Add missing arg to output_asm_insn.
(float_truncate:SF recognizer): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@4277 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/we32k')
-rw-r--r--gcc/config/we32k/we32k.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/we32k/we32k.md b/gcc/config/we32k/we32k.md
index 6b175d0c89c..3d3d2feb2ff 100644
--- a/gcc/config/we32k/we32k.md
+++ b/gcc/config/we32k/we32k.md
@@ -811,7 +811,7 @@
"*
{
output_push_double(&operands[1]);
- output_asm_insn(\"call &2, _fdtos\");
+ output_asm_insn(\"call &2, _fdtos\", operands);
return \"\";
}")
@@ -854,7 +854,7 @@
"*
{
output_asm_insn(\"pushw %1\", operands);
- output_asm_insn(\"call &1, _fstod\");
+ output_asm_insn(\"call &1, _fstod\", operands);
return \"\";
}")