OSDN Git Service

(float_extend:DF recognizer): Add missing arg to output_asm_insn.
authortege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Apr 1993 19:04:26 +0000 (19:04 +0000)
committertege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Apr 1993 19:04:26 +0000 (19:04 +0000)
(float_truncate:SF recognizer): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4277 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/we32k/we32k.md

index 6b175d0..3d3d2fe 100644 (file)
   "*
   {
   output_push_double(&operands[1]);
-  output_asm_insn(\"call &2, _fdtos\");
+  output_asm_insn(\"call &2, _fdtos\", operands);
 
   return \"\";
   }")
   "*
   {
   output_asm_insn(\"pushw %1\", operands);
-  output_asm_insn(\"call &1, _fstod\");
+  output_asm_insn(\"call &1, _fstod\", operands);
 
   return \"\";
   }")