* i386.md (fop_df_3 splitter): Fix operand number.
authorJan Hubicka <jh@suse.cz>
Thu, 15 Feb 2001 08:47:17 +0000 (09:47 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 15 Feb 2001 08:47:17 +0000 (08:47 +0000)
From-SVN: r39710

gcc/ChangeLog
gcc/config/i386/i386.md

index a691a9578636173ad6e0cb6b8359656c76545d17..b7e9268e510475d324004bad86bdfa61a2d80480 100644 (file)
@@ -1,3 +1,7 @@
+Thu Feb 15 09:46:21 CET 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (fop_df_3 splitter): Fix operand number.
+
 Wed Feb 14 12:37:37 CET 2001  Jan Hubicka  <jh@suse.cz>
 
        * invoke.texi (-mreg-alloc): Nuke.
index 200fbb99ed1d2f45cc7c7961211ad46217e08a21..8bfca169d12e2163b0b8947a40e5a314eb0faaa2 100644 (file)
   operands[4] = ix86_force_to_memory (GET_MODE (operands[2]), operands[2]);
   operands[4] = gen_rtx_FLOAT (GET_MODE (operands[0]), operands[4]);
   emit_insn (gen_rtx_SET (VOIDmode, operands[0],
-                         gen_rtx_fmt_ee (GET_CODE (operands[5]),
+                         gen_rtx_fmt_ee (GET_CODE (operands[3]),
                                          GET_MODE (operands[3]),
                                          operands[1],
                                          operands[4])));