* i386.md (fop_df_3 splitter): Fix operand number.
From-SVN: r39710
This commit is contained in:
parent
14edcdd608
commit
2b66da3c66
@ -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.
|
||||
|
@ -10860,7 +10860,7 @@
|
||||
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])));
|
||||
|
Loading…
Reference in New Issue
Block a user